| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=65178
|
|
|
|
|
|
|
| |
Submitted by: Christian Brueffer <chris@unixpages.org>
Notes:
svn path=/head/; revision=64429
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Fix long standing issue with upload feature: client would freeze
in semwait state. It was a pthread vs semaphore issue and a
database lookup issue. Check PR for complete report
o All patches are related to upload feature fix
PR: 41323
Notes:
svn path=/head/; revision=63983
|
|
|
|
| |
Notes:
svn path=/head/; revision=63003
|
|
|
|
| |
Notes:
svn path=/head/; revision=61401
|
|
|
|
|
|
|
| |
Submitted by: Christian Brueffer <chris@unixpages.org>
Notes:
svn path=/head/; revision=61086
|
|
|
|
| |
Notes:
svn path=/head/; revision=59567
|
|
|
|
| |
Notes:
svn path=/head/; revision=58815
|
|
|
|
| |
Notes:
svn path=/head/; revision=58247
|
|
|
|
| |
Notes:
svn path=/head/; revision=57829
|
|
|
|
| |
Notes:
svn path=/head/; revision=57091
|
|
|
|
| |
Notes:
svn path=/head/; revision=56035
|
|
|
|
|
|
|
| |
overlooked by the glib20 sweep group :)
Notes:
svn path=/head/; revision=56028
|
|
|
|
|
|
|
|
|
|
| |
1.50
PR: 35655
Submitted by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br>
Notes:
svn path=/head/; revision=55697
|
|
|
|
| |
Notes:
svn path=/head/; revision=55571
|
|
|
|
|
|
|
| |
o Replace glib12 with devel glib13 (*fear*)
Notes:
svn path=/head/; revision=54918
|
|
|
|
| |
Notes:
svn path=/head/; revision=54163
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=53958
|
|
|
|
| |
Notes:
svn path=/head/; revision=53858
|
|
|
|
| |
Notes:
svn path=/head/; revision=53428
|
|
|
|
|
|
|
|
| |
o Greatly simplify the patches removing sigprocmask protection
around send/receive since there is already a global signal handler
Notes:
svn path=/head/; revision=50905
|
|
|
|
| |
Notes:
svn path=/head/; revision=50548
|
|
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>
Notes:
svn path=/head/; revision=50353
|