| Commit message (Expand) | Author | Age |
... | |
* | Happy new year!•••svn:r5949
| Roger Dingledine | 2006-02-09 |
* | and maybe some function documentation will help too•••svn:r5935
| Roger Dingledine | 2006-02-09 |
* | On systems that don't have getrlimit (like windows), we were artificially•••constraining ourselves to a max of 1024 connections. Now if there is no
getrlimit, just assume that we can handle the whole 15000 connections.
The better answer is to find a getrlimit equivalent on Windows, but hey,
one step at a time.
svn:r5854
| Roger Dingledine | 2006-01-23 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582
| Nick Mathewson | 2005-12-14 |
* | crank the max line limit down to 150 chars.•••svn:r5550
| Roger Dingledine | 2005-12-10 |
* | Make new logging stuff work on windows; fix a couple of windows typos.•••svn:r5375
| Nick Mathewson | 2005-11-15 |
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309
| Nick Mathewson | 2005-10-25 |
* | Check for even more windows version flags, and note any we do not recognize.•••svn:r5297
| Nick Mathewson | 2005-10-24 |
* | Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284
| Nick Mathewson | 2005-10-18 |
* | Win32 compilation/correctness fixes.•••svn:r5218
| Nick Mathewson | 2005-10-07 |
* | Make doxygen marginally happier•••svn:r5208
| Nick Mathewson | 2005-10-06 |
* | Make windows platform detection smarter. {Untested.}•••svn:r5198
| Nick Mathewson | 2005-10-05 |
* | Reformat inconsistent function declarations.•••svn:r5160
| Nick Mathewson | 2005-09-30 |
* | Add a bunch more warnings to out warning suite; resolve them; pack structs a ...•••svn:r5150
| Nick Mathewson | 2005-09-29 |
* | Add a touch_file() function to compat so we can update cache mtimes.•••svn:r5067
| Nick Mathewson | 2005-09-14 |
* | Clean up a few warnings that make gcc twig out a bit.•••svn:r5062
| Nick Mathewson | 2005-09-14 |
* | put quotes around user-supplied strings so they are more likely to•••realize if they add bad characters (like quotes) to the torrc
svn:r4844
| Roger Dingledine | 2005-08-26 |
* | add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()•••svn:r4838
| Roger Dingledine | 2005-08-26 |
* | Fix bug with tor_memmem finding a match at the end of the string.•••svn:r4803
| Nick Mathewson | 2005-08-22 |
* | Fix compile failures on tor_gettimeofday() fix for windows•••svn:r4685
| Nick Mathewson | 2005-08-03 |
* | Probably broken attempt to improve tor_gettimeofday granularity on windows.•••svn:r4683
| Nick Mathewson | 2005-08-03 |
* | Be consistent about preferring foo* to struct foo*•••svn:r4637
| Nick Mathewson | 2005-07-22 |
* | whitespace fixes•••svn:r4544
| Nick Mathewson | 2005-07-13 |
* | Fix windows compilation•••svn:r4543
| Nick Mathewson | 2005-07-13 |
* | Make errors retrievable from tor_socketpair; resolve bug 163.•••svn:r4509
| Nick Mathewson | 2005-06-30 |
* | Fix libc compilation•••svn:r4497
| Nick Mathewson | 2005-06-27 |
* | Compile on win32•••svn:r4496
| Nick Mathewson | 2005-06-27 |
* | note a bug in our tor_socketpair implementation•••can somebody fix this or create a flyspray entry for it?
svn:r4483
| Roger Dingledine | 2005-06-26 |
* | fix typo•••svn:r4453
| Roger Dingledine | 2005-06-18 |
* | Add a tor_memmem function•••svn:r4452
| Nick Mathewson | 2005-06-18 |
* | a bit more cleanup•••svn:r4417
| Roger Dingledine | 2005-06-12 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...•••svn:r4411
| Nick Mathewson | 2005-06-11 |
* | flesh out the source file descriptions for doxygen•••svn:r4404
| Roger Dingledine | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382
| Nick Mathewson | 2005-06-09 |
* | Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostname•••svn:r4326
| Nick Mathewson | 2005-06-07 |
* | fix a comment•••svn:r4157
| Roger Dingledine | 2005-05-02 |
* | Stop putting nodename in the Platform string of server descriptors.•••It doesn't actually help, and it is confusing/upsetting some people.
svn:r4037
| Roger Dingledine | 2005-04-06 |
* | update copyright notices.•••svn:r3982
| Nick Mathewson | 2005-04-01 |
* | remember some thoughts about using WSAStartup to learn•••how many sockets we get to use on win32.
svn:r3905
| Roger Dingledine | 2005-03-28 |
* | Fix some more obscure compiler warnings•••svn:r3758
| Nick Mathewson | 2005-03-14 |
* | Renormalize whitespace•••svn:r3757
| Nick Mathewson | 2005-03-14 |
* | Forward-port the trick to bump up ConnLimit as far as it can•••go, but not past MAXCONNECTIONS. Also throw away the FAKE_POLL
caveats since 0.1.0 doesn't need it any more.
svn:r3657
| Roger Dingledine | 2005-02-22 |
* | But on windows, localtime and gmtime _are_ threadsafe.•••svn:r3654
| Nick Mathewson | 2005-02-22 |
* | Patch to localtime/gmtime handling: use the _r variants where available. Use...•••svn:r3653
| Nick Mathewson | 2005-02-22 |
* | remove spurious semicolons•••svn:r3650
| Nick Mathewson | 2005-02-22 |
* | Snarf some logic from python, adapted to our own needs, to handle gethostbyna...•••svn:r3649
| Nick Mathewson | 2005-02-22 |
* | Fix windows build: do not spuriously include openssl where not needed; handle...•••svn:r3644
| Nick Mathewson | 2005-02-22 |
* | Tell openssl how to use locks and how to find thread ids -- this may prevent ...•••svn:r3622
| Nick Mathewson | 2005-02-13 |
* | Handle return value from getaddrinfo properly•••svn:r3526
| Nick Mathewson | 2005-02-03 |
* | Use getaddrinfo and gethostbyname_r where available. Note that these are not...•••svn:r3522
| Nick Mathewson | 2005-02-03 |