aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
...
* 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
* play with connection_edge_send_commandRoger Dingledine2003-10-22
* make end relay cells have payloadsRoger Dingledine2003-10-22
* added User and Group options -- if you set them, tor will try toSteven Hazel2003-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
* move to 0.0.2pre13Roger Dingledine2003-10-19
* clean up logging, allow user to specify log filesRoger Dingledine2003-10-15
* Make last commit buildNick Mathewson2003-10-15
* Make buffers grow and shrink as needed.Nick Mathewson2003-10-14
* put out 0.0.2pre12Roger Dingledine2003-10-12
* Refactor, rename, and clarifyNick Mathewson2003-10-09
* add in basic support for pidfilesRoger Dingledine2003-10-08
* 0.0.2pre11, new licenseRoger Dingledine2003-10-08
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* obey exit policies for addresses tooRoger Dingledine2003-10-07
* some early bugfixesRoger Dingledine2003-10-07
* refactor around connection_edge_send_command()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* socks5 now worksRoger Dingledine2003-10-04
* Add new cell fullness and bandwidth stats.Nick Mathewson2003-10-02
* my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine2003-10-01
* rebuild directory before uploadingNick Mathewson2003-10-01
* Move dirserv/routers code out of main.cNick Mathewson2003-10-01
* ORs post descriptors periodically tooRoger Dingledine2003-09-30
* mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine2003-09-30
* Bugfixes in directory code:Nick 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
* 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
* clean up connection_assert_ok compiler warningsRoger Dingledine2003-09-27
* add Address config element, use it in descriptorRoger Dingledine2003-09-27
* 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
* 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
* 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