aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* Make AP connections wait for a circuit if none exists.Nick Mathewson2003-11-11
* client now survives going offline betterRoger Dingledine2003-11-10
* add DirBindAddress, parse the BindAddress's when you bindRoger Dingledine2003-10-25
* make end relay cells have payloadsRoger Dingledine2003-10-22
* move closer to being able to reload config on HUPRoger Dingledine2003-10-21
* send the end cell when we realize we're going to end,Roger Dingledine2003-10-21
* clean up logging, allow user to specify log filesRoger Dingledine2003-10-15
* Stop using stdout for non-debugging casesNick Mathewson2003-10-15
* make the buffer resize stuff workRoger Dingledine2003-10-14
* change WARNING to WARNRoger Dingledine2003-10-10
* Refactor, rename, and clarifyNick Mathewson2003-10-09
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* some early bugfixesRoger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine2003-09-30
* We need to call get_connection_array before using its outputsNick Mathewson2003-09-30
* move connection_array accessors from main.c to connection.cRoger Dingledine2003-09-30
* move the tls handshake stuff to connection_orRoger Dingledine2003-09-30
* getting closer to having dirserv workingRoger Dingledine2003-09-30
* expand the scheduler to address SSL_read()'s pending bytesRoger Dingledine2003-09-28
* Write necessary backends for online directory generation. I think.Nick Mathewson2003-09-27
* clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine2003-09-27
* connection_new() can't ever failRoger Dingledine2003-09-27
* first pass: obey log conventionRoger Dingledine2003-09-26
* various bugfixes and updatesRoger Dingledine2003-09-25
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* cleanups, bugfixes, more verbose logsRoger Dingledine2003-09-24
* bugfixes and note missing featuresRoger Dingledine2003-09-21
* leave the socks handshake on the inbuf until it's completeRoger Dingledine2003-09-18
* add in directory 'post' supportRoger Dingledine2003-09-17
* phase out non-tls handshake, now that tls is stable.Roger Dingledine2003-09-16
* bugfixes and refactoringsRoger Dingledine2003-09-16
* Use EXIT properly in assert_connection_okNick Mathewson2003-09-16
* Add first cut of assert_*_ok functionsNick Mathewson2003-09-16
* clean up exported api'sRoger Dingledine2003-09-16
* refactor connects into connection_connect()Roger Dingledine2003-09-16
* bugfix: onion pending queue now worksRoger Dingledine2003-09-14
* finally tracked down the seg faultRoger Dingledine2003-09-14
* fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine2003-09-14
* reshuffle functions for cleaner organizationRoger Dingledine2003-09-12
* tls works between routers now tooRoger Dingledine2003-09-12
* tls works with onion proxies now.Roger Dingledine2003-09-12
* check for funny business from the remote peerRoger Dingledine2003-09-11
* Add router_get_by_pk function; use in connection_tls_finish_handshake.Nick Mathewson2003-09-11
* collect info from peer we just handshaked withRoger Dingledine2003-09-11
* tls infrastructure now in place, give or takeRoger Dingledine2003-09-08
* more futzing towards tlsRoger Dingledine2003-09-07
* clean read_to_buf moreRoger Dingledine2003-09-05