summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement relaycrypt_slay_worker()parallel_relay_cryptAndrea Shepard2012-12-07
* squash! Implement relaycrypt_set_num_workers() and some helper functionsAndrea Shepard2012-12-07
* Add thread_cond field and explanatory comments to relaycrypt_thread_tAndrea Shepard2012-12-07
* Enable pthreads tor_cond_t; Win32 version still neededAndrea Shepard2012-12-07
* Implement relaycrypt_spawn_worker()Andrea Shepard2012-12-06
* Allocate/free locks in relaycrypt_init()/relaycrypt_free_all()Andrea Shepard2012-12-06
* squash! Implement relaycrypt_set_num_workers() and some helper functionsAndrea Shepard2012-12-06
* Implement relaycrypt_set_num_workers() and some helper functionsAndrea Shepard2012-12-06
* Use tor_thread_t for relaycrypt_job_tAndrea Shepard2012-12-04
* Implement pthreads version of tor_thread_tAndrea Shepard2012-12-04
* Add RelaycryptThreads and RelaycryptMaxJobCells optionsAndrea Shepard2012-12-03
* Add locks to relaycrypt_*_t structuresAndrea Shepard2012-12-03
* Call relaycrypt_init()/relaycrypt_free_all() from main.cAndrea Shepard2012-12-02
* fixup! Partially implement relaycrypt_free_all()Andrea Shepard2012-12-02
* Partially implement relaycrypt_free_all()Andrea Shepard2012-12-02
* squash! Implement relaycrypt_init()Andrea Shepard2012-12-02
* squash! First draft of parallel relaycrypt data structuresAndrea Shepard2012-12-02
* fixup! Stub out relaycrypt_worker_main()Andrea Shepard2012-12-02
* Stub out relaycrypt_worker_main()Andrea Shepard2012-12-02
* Implement relaycrypt_init()Andrea Shepard2012-12-02
* Declare some more relaycrypt functions to be called from the worker threadAndrea Shepard2012-12-02
* squash! First draft of parallel relaycrypt data structuresAndrea Shepard2012-12-02
* squash! First draft of parallel relaycrypt data structuresAndrea Shepard2012-12-02
* squash! First draft of parallel relaycrypt data structuresAndrea Shepard2012-12-02
* fixup! First draft of parallel relaycrypt data structuresAndrea Shepard2012-11-29
* First draft of parallel relaycrypt data structuresAndrea Shepard2012-11-29
* Add --enable-threaded-relaycrypt build-time option; stub out relaycrypt.{c,h}Andrea Shepard2012-11-27
* forward-port the 0.2.3.25 changelog and release notesRoger Dingledine2012-11-20
* Merge branch 'bug7493_redux'Nick Mathewson2012-11-18
|\
| * Initialize ipv{4,6}_traffic_ok in entry_connection_newNick Mathewson2012-11-18
* | when counting available descs, say whether we're counting exitsRoger Dingledine2012-11-16
|/
* Give useful warning when both IPv4 and IPv6 are disabled on a socksportNick Mathewson2012-11-15
* Allow IPv4 traffic on default and old-style-config SocksPorts.Nick Mathewson2012-11-15
* Merge branch 'ipv6_exits'Nick Mathewson2012-11-15
|\
| * Set IPv4/IPv6 flags correctly when being a SOCKS clientNick Mathewson2012-11-15
| * Remove some XXXX commens in dns.cNick Mathewson2012-11-15
| * Fix up some comments in connection_edge.cNick Mathewson2012-11-15
| * Add a changes file for IPv6 exitsNick Mathewson2012-11-14
| * Add manual page entries for new IPv6-exits optionsNick Mathewson2012-11-14
| * Add another missing function docNick Mathewson2012-11-14
| * Initial support for AAAA requests on DNSPort.Nick Mathewson2012-11-14
| * Let tor-resolve generate PTR requests for IPv6 addressesNick Mathewson2012-11-14
| * Accept reverse resolve requests for IPv6 addressesNick Mathewson2012-11-14
| * Add IPv6 support to tor-resolve so it can hear about IPv6 answersNick Mathewson2012-11-14
| * Make DNS resolve requests work for IPv6Nick Mathewson2012-11-14
| * Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson2012-11-14
| * Add some missing doxygen for ipv6 exit codeNick Mathewson2012-11-14
| * Actually send back correctly-formed IPv6 CONNECTED cellsNick Mathewson2012-11-14
| * Remove some unused defines in dns.cNick Mathewson2012-11-14
| * Repair DNS NEXIST hijacking workaroundNick Mathewson2012-11-14