aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* - Implement all of control interface except authentication, setconfig,••• and actually making the sockets. - Make sure that identity-based nicknames start with $. - Use new string_join interface. svn:r2661 Nick Mathewson2004-11-03
* Add function to generate/copy the config_lines, given the name of an option•••svn:r2660 Nick Mathewson2004-11-03
* Streamline the two redundant "Has the second rolled over?" checks in prepare_...•••svn:r2657 Nick Mathewson2004-11-03
* connection_read_bucket_decrement() has a side-effect that•••we need to get even if we just read 0 bytes svn:r2656 Roger Dingledine2004-11-03
* lay the groundwork for a default value for each config option.•••tolerate null exitnodes, entrynodes, etc config options. svn:r2655 Roger Dingledine2004-11-03
* Start implementing control interface.•••svn:r2652 Nick Mathewson2004-11-03
* Fix another typo•••svn:r2651 Nick Mathewson2004-11-03
* First attempt at hibernation code. It needs more work around the XXXXs, but ...•••svn:r2649 Nick Mathewson2004-11-02
* Use a stricter set of warnings; make them all pass.•••svn:r2645 Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)•••svn:r2644 Roger Dingledine2004-11-02
* 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
* 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
* 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
* 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
* 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
* Check for low _MSC_VER, not high. On windows, always use winsock.•••svn:r2575 Nick Mathewson2004-10-20
* Use bitwise masking to turn off bits, not compare-and-subtract•••svn:r2572 Nick Mathewson2004-10-20