aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Write all statistics to disk exactly every 24 hours.Karsten Loesing2009-08-19
* Clean up proposal 166 and its implementation.Karsten Loesing2009-08-18
* Remove ./configure option for entry and dir request statistics.Karsten Loesing2009-08-17
* Some tweaks to statistics.Karsten Loesing2009-07-15
* Some tweaks to directory request download times.Karsten Loesing2009-07-15
* Directories now also measure download times of network statuses.Karsten Loesing2009-07-15
* If configured, write per-port exit statistics to disk periodically.Karsten Loesing2009-07-02
* Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson2009-06-12
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Fix misreporting of stream bandwidths.Mike Perry2009-05-14
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Fix misreporting of stream bandwidths.potentiate2009-05-14
* | Remove unused rendversion parameters. YAGNI.Karsten Loesing2009-05-04
* | Clients do not request version 0 hidserv descs anymore.Karsten Loesing2009-05-04
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* If we're using bridges and our network goes away, be more willingRoger Dingledine2009-02-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Downgrade some xxx021s, comment more on others, etcNick Mathewson2008-12-29
* Refactor sockaddr family match check into a new functionNick Mathewson2008-12-29
* remove the responsibility for setting listensocklen to the function that made...Nick Mathewson2008-12-27
* Make connection_create_listener take a sockaddr_len, not just a sockaddr whos...Nick Mathewson2008-12-27
* Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson2008-12-26
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Replace calls to time(NULL) that occur on the order of once per read, one per...Nick Mathewson2008-12-18
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson2008-12-18
* Remove fixed xxx020s; downgrade unfixed ones.Nick Mathewson2008-12-18
* Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson2008-12-17
* Now that tor_assert is no longer using a broken force-to-boolean formulation,...Nick Mathewson2008-12-11
* Apply rovv's fix for bug 824.Nick Mathewson2008-09-26
* Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...Nick Mathewson2008-09-24
* give rend_client_desc_here a slightly more accurate nameRoger Dingledine2008-09-16
* patch from karsten for bug 814. whew.Roger Dingledine2008-09-16
* read_to_buf should take an int *error_socket and return it.Roger Dingledine2008-09-14
* Correct indentation.Karsten Loesing2008-09-09
* Catch and report a few more bootstrapping failure cases when TorRoger Dingledine2008-09-09
* Refactor use of connection_new so that we get more verifiable typesafety.Nick Mathewson2008-09-05
* Use warn_too_many_conns() when accept() fails with a resource limit.Nick Mathewson2008-09-04
* Oops. Make warn_too_many_conns() actually work. Nick Mathewson2008-08-29
* Switch global_identifier on connections to a 64-bit field and move it to conn...Nick Mathewson2008-08-15
* Rate-limit "too-many-sockets" messages; they can get needlessly verbose.Nick Mathewson2008-08-09
* Patch cleanups from karstenNick Mathewson2008-08-09
* r17666@tombo: nickm | 2008-08-07 15:12:30 -0400Nick Mathewson2008-08-07
* r17645@31-33-44: nickm | 2008-08-05 16:28:01 -0400Nick Mathewson2008-08-05
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson2008-08-05
* r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson2008-07-24
* If we close our OR connection because there's been a circuitRoger Dingledine2008-06-20
* If you're using bridges, generate "bootstrap problem" warningsRoger Dingledine2008-06-20