aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* util.c needs ctype.h for tolower and isspace•••svn:r2642 Roger Dingledine2004-11-01
* Hidden service operators had a bug in version 1 style INTRODUCE cells•••that made them fail. Fix the bug, and revert clients to use version 0 until 0.0.9pre4 is obsolete. svn:r2641 Roger Dingledine2004-11-01
* Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640 Nick Mathewson2004-11-01
* make sure options.MaxConn can be reached•••svn:r2638 Roger Dingledine2004-11-01
* change min required number of fd's to 1024•••svn:r2636 Roger Dingledine2004-11-01
* oh, and add the actual file too•••svn:r2631 Roger Dingledine2004-10-31
* implement first piece of hibernation•••still need to track bandwidth, and make decisions based on bandwidth svn:r2630 Roger Dingledine2004-10-31
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...•••svn:r2629 Nick Mathewson2004-10-30
* Move all util functions that need openssl into crypto.c; make non-openssl fun...•••svn:r2628 Nick Mathewson2004-10-30
* tor --list-fingerprint to print fingerprint and exit•••svn:r2627 Nick Mathewson2004-10-30
* Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()•••failed at the first hop, it would try to relaunch another circ right then, even though the first circuit hadn't been populated yet with its pending_final_cpath. svn:r2624 Roger Dingledine2004-10-30
* Link tools directory into rest of build system•••svn:r2623 Nick Mathewson2004-10-28
* Add a pure-C tor-resolve implementation•••svn:r2620 Nick Mathewson2004-10-28
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...•••svn:r2618 Nick Mathewson2004-10-28
* Fix in warning fix•••svn:r2617 Nick Mathewson2004-10-27
* Check return of tor_snprintf•••svn:r2616 Nick Mathewson2004-10-27
* Tricksy compiler warnings! We hates them, hates them forever, my precious!•••svn:r2615 Nick Mathewson2004-10-27
* Pass with -Wstrict-prototypes•••svn:r2614 Nick Mathewson2004-10-27
* Fix windows build•••svn:r2613 Nick Mathewson2004-10-27
* Add ability for some-but-not-all abbrevs to work in config file. Add a bunch...•••svn:r2612 Nick Mathewson2004-10-27
* stop freeing arbitrary memory•••fix a couple of memory leaks svn:r2611 Roger Dingledine2004-10-27
* Use strlcpy, not strcpy.•••svn:r2610 Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintf•••svn:r2609 Nick Mathewson2004-10-27
* snprintf wrapper with consistant (though not C99) overflow behavior•••svn:r2606 Nick Mathewson2004-10-27
* Avoid strcat; use snprintf or strlcat instead•••svn:r2605 Nick Mathewson2004-10-27
* Use strlcpy, not strncpy•••svn:r2603 Nick Mathewson2004-10-27
* Replace sprintf with snprintf•••svn:r2602 Nick Mathewson2004-10-27
* Make it compile on Linux•••svn:r2600 Nick Mathewson2004-10-27
* Add cvsignore in win32 directory•••svn:r2599 Nick Mathewson2004-10-27
* Document new config code•••svn:r2596 Nick Mathewson2004-10-27
* Re-write configuration option lookup code: use a table, not a big if( || || |...•••svn:r2594 Nick Mathewson2004-10-27
* Add and document router-status line using new unified liveness/verifiedness f...•••svn:r2592 Nick Mathewson2004-10-27
* Add SysLog option to direct log messages to the system log instead of a FILE*.•••svn:r2591 Nick Mathewson2004-10-26
* quick-and-dirty dir policy since the dirservers are getting hammered•••nick, could you abstract this sometime so we don't repeat the sockspolicy code twice? svn:r2589 Roger Dingledine2004-10-25
* fix a memory leak•••svn:r2587 Roger Dingledine2004-10-24
* start generating new version of introduce1 cells•••svn:r2586 Roger Dingledine2004-10-24
* fix wrong comment•••svn:r2585 Roger Dingledine2004-10-24
* Document the swiss-army-knife that retry_listeners has become•••svn:r2584 Nick Mathewson2004-10-24
* Many non-native speakers use Tor. It is our duty to ensure that our log mess...•••svn:r2583 Nick Mathewson2004-10-24
* Every 60 seconds, check whether the listeners are still alive, and relaunch t...•••svn:r2581 Nick Mathewson2004-10-24
* Fix typo in last windows patch•••svn:r2580 Nick Mathewson2004-10-24
* Handle more errnos from accept() without closing the connection. This may fi...•••svn:r2579 Nick Mathewson2004-10-24
* Make windows fall back to CWD if SHGetSpecialFolderLocation is borked•••svn:r2578 Nick Mathewson2004-10-24
* pay attention to the return value of do_hup, and exit•••when it fails svn:r2577 Roger Dingledine2004-10-23
* ship src/win32/ in the tarball•••svn:r2576 Roger Dingledine2004-10-21
* Check for low _MSC_VER, not high. On windows, always use winsock.•••svn:r2575 Nick Mathewson2004-10-20
* add winsock if you've got it, regardless of whether you're msv•••svn:r2573 Roger Dingledine2004-10-20
* Use bitwise masking to turn off bits, not compare-and-subtract•••svn:r2572 Nick Mathewson2004-10-20
* bcc win32 compiler has no timeval tv_sec•••svn:r2571 Roger Dingledine2004-10-20
* Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to•••maintain it. Have clients default to the nickname "client" in their certificates. Give a less frightening warning on obsolete (pre-0.0.8) routerinfo_t's. svn:r2568 Nick Mathewson2004-10-19