summaryrefslogtreecommitdiff
path: root/net-p2p/dctc/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.80.5Mario Sergio Fujikawa Ferreira2002-05-091-2/+8
|
* Update to 0.80Mario Sergio Fujikawa Ferreira2002-04-271-4/+3
|
* Update to 0.79Mario Sergio Fujikawa Ferreira2002-04-171-13/+16
|
* Update to 0.77Mario Sergio Fujikawa Ferreira2002-03-311-3/+11
|
* Update to 0.74Mario Sergio Fujikawa Ferreira2002-03-131-1/+1
|
* Chase glib20 repo copy from glib13 (later removed). This wasMario Sergio Fujikawa Ferreira2002-03-131-2/+5
| | | | overlooked by the glib20 sweep group :)
* o update glib13 lib version to follow update in glib13/Makefile revMario Sergio Fujikawa Ferreira2002-03-081-1/+1
| | | | | | | 1.50 PR: 35655 Submitted by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br>
* Update to 0.73Mario Sergio Fujikawa Ferreira2002-03-051-2/+4
|
* o Update to 0.71.1Mario Sergio Fujikawa Ferreira2002-02-191-7/+9
| | | | o Replace glib12 with devel glib13 (*fear*)
* Update to 0.69Mario Sergio Fujikawa Ferreira2002-02-031-2/+2
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-8/+8
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Update to 0.68.0Mario Sergio Fujikawa Ferreira2002-01-271-1/+1
|
* Update to 0.67.0Mario Sergio Fujikawa Ferreira2002-01-211-19/+34
|
* o Update to 0.61Mario Sergio Fujikawa Ferreira2001-12-021-2/+3
| | | | | o Greatly simplify the patches removing sigprocmask protection around send/receive since there is already a global signal handler
* Update to 0.60Mario Sergio Fujikawa Ferreira2001-11-251-2/+4
|
* o New port dctc version 0.59: A DirectConnect (www.neo-modus.com)Mario Sergio Fujikawa Ferreira2001-11-221-0/+48
text client for file sharing o Renamed hublist to dc_hublist; former was too generic o FreeBSD's send(2) (in fact, all *BSD) does not support MSG_NOSIGMASK or any similar feature. Therefore, tried to mimick it with signal masking. However, this introduces a possible race condition which, fortunaly, is not triggered by this application since it is not concurrent. Reviewed by: Anders Nor Berle <debolaz@debolaz.com>