Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 0.80.5 | Mario Sergio Fujikawa Ferreira | 2002-05-09 | 1 | -2/+8 |
| | |||||
* | Update to 0.80 | Mario Sergio Fujikawa Ferreira | 2002-04-27 | 1 | -4/+3 |
| | |||||
* | Update to 0.79 | Mario Sergio Fujikawa Ferreira | 2002-04-17 | 1 | -13/+16 |
| | |||||
* | Update to 0.77 | Mario Sergio Fujikawa Ferreira | 2002-03-31 | 1 | -3/+11 |
| | |||||
* | Update to 0.74 | Mario Sergio Fujikawa Ferreira | 2002-03-13 | 1 | -1/+1 |
| | |||||
* | Chase glib20 repo copy from glib13 (later removed). This was | Mario Sergio Fujikawa Ferreira | 2002-03-13 | 1 | -2/+5 |
| | | | | overlooked by the glib20 sweep group :) | ||||
* | o update glib13 lib version to follow update in glib13/Makefile rev | Mario Sergio Fujikawa Ferreira | 2002-03-08 | 1 | -1/+1 |
| | | | | | | | 1.50 PR: 35655 Submitted by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br> | ||||
* | Update to 0.73 | Mario Sergio Fujikawa Ferreira | 2002-03-05 | 1 | -2/+4 |
| | |||||
* | o Update to 0.71.1 | Mario Sergio Fujikawa Ferreira | 2002-02-19 | 1 | -7/+9 |
| | | | | o Replace glib12 with devel glib13 (*fear*) | ||||
* | Update to 0.69 | Mario Sergio Fujikawa Ferreira | 2002-02-03 | 1 | -2/+2 |
| | |||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | Akinori MUSHA | 2002-01-29 | 1 | -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.0 | Mario Sergio Fujikawa Ferreira | 2002-01-27 | 1 | -1/+1 |
| | |||||
* | Update to 0.67.0 | Mario Sergio Fujikawa Ferreira | 2002-01-21 | 1 | -19/+34 |
| | |||||
* | o Update to 0.61 | Mario Sergio Fujikawa Ferreira | 2001-12-02 | 1 | -2/+3 |
| | | | | | o Greatly simplify the patches removing sigprocmask protection around send/receive since there is already a global signal handler | ||||
* | Update to 0.60 | Mario Sergio Fujikawa Ferreira | 2001-11-25 | 1 | -2/+4 |
| | |||||
* | o New port dctc version 0.59: A DirectConnect (www.neo-modus.com) | Mario Sergio Fujikawa Ferreira | 2001-11-22 | 1 | -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> |