aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* dirservers upload their descs now tooRoger Dingledine2003-09-26
* update the cvsignoreRoger Dingledine2003-09-26
* Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson2003-09-26
* Refactor common file code into util.c; add published to descriptorsNick Mathewson2003-09-26
* 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
* integrate assert_connection_ok() checksRoger Dingledine2003-09-23
* call it tor, not orRoger Dingledine2003-09-22
* it's safe to do parallel directory fetches/uploadsRoger Dingledine2003-09-22
* get network/host order working right again for socks4Roger Dingledine2003-09-21
* 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
* Make sequential ACI selection logic handle HIGHER/LOWERNick Mathewson2003-09-16
* Use EXIT properly in assert_connection_okNick Mathewson2003-09-16
* Add first cut of assert_*_ok functionsNick Mathewson2003-09-16
* Add #ifdef'd code (on by default) to allocate ACIs sequentially.Nick 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
* fix two more bugsRoger Dingledine2003-09-13
* 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
* serious bug in cpuworker. need to think about redesign or how to handle it.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
* Make crypto structures private to crypto.cNick Mathewson2003-09-10
* fix confirmed win32 bugRoger Dingledine2003-09-08
* tls infrastructure now in place, give or takeRoger Dingledine2003-09-08
* add CertFile, NicknameRoger Dingledine2003-09-08
* clean up config.c so it doesn't expose as muchRoger Dingledine2003-09-08
* more futzing towards tlsRoger Dingledine2003-09-07
* clean read_to_buf moreRoger Dingledine2003-09-05
* general cleanup and reabstraction, to prepare for tlsRoger Dingledine2003-09-05
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04
* point out why router_forget_router probably doesn't workRoger Dingledine2003-08-29
* Fix memory leaks in directory parsingNick Mathewson2003-08-28
* remove last vestiges of op_portRoger Dingledine2003-08-27
* note an assert bug that's still aroundRoger Dingledine2003-08-25
* make the conn->package_window bug go away.Roger Dingledine2003-08-25
* Attempt to track down bug in conn->package_windowNick Mathewson2003-08-25
* remove bandwidth negotation from the codeRoger Dingledine2003-08-25