diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-02 16:02:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-02 16:02:26 +0000 |
commit | dfc689bda232de67ff3ed20b145e12e57dd5dd31 (patch) | |
tree | 0110247f06634530a9368f97d3f9ca242f303b21 /ChangeLog | |
parent | e76581f97eb849a0e3de869828f4ff809d00e9ba (diff) | |
download | tor-dfc689bda232de67ff3ed20b145e12e57dd5dd31.tar.gz tor-dfc689bda232de67ff3ed20b145e12e57dd5dd31.zip |
r14652@tombo: nickm | 2007-11-02 12:02:13 -0400
If setting our rlimit to rlim_max or cap fails, fall back to OPEN_FILES if defiled. This makes Tor run on OSX 10.5, while allowing OSX to mend its ways in the future.
svn:r12341
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -77,7 +77,10 @@ Changes in version 0.2.0.10-alpha - 2007-1?-?? 0.2.0.9-alpha. - Minor bugfixes (portability): - - Run correctly on platforms where rlim_t is larger than unsigned long. + - Run correctly on platforms where rlim_t is larger than unsigned + long. + - Run correctly on platforms where the real limit for number of + open files is OPEN_FILES, not rlim_max from getrlimit(RLIMIT_NOFILES) Changes in version 0.2.0.9-alpha - 2007-10-24 |