aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* randomize the initial circ_id and stream_id, so an adversary whoRoger Dingledine2003-12-28
* back out the insert-padding-if-conflict codeRoger Dingledine2003-12-26
* checkpoint: revamp relay cell packaging and handlingRoger Dingledine2003-12-23
* correct a warn message in mark_if_closedRoger Dingledine2003-12-23
* make sure there's no conflict when generating stream_idsRoger Dingledine2003-12-19
* rename circ_id_t to uint16_t for code clarityRoger Dingledine2003-12-19
* make a relay_header_t struct and pack/unpack funcsRoger Dingledine2003-12-19
* remove trailing whitespaceRoger Dingledine2003-12-17
* make fetch_from_buf_http malloc its strings ratherRoger Dingledine2003-12-17
* betcha didn't know strncpy could leave an unterminated stringRoger Dingledine2003-12-17
* end-to-end integrity checking now worksRoger Dingledine2003-12-17
* infrastructure for integrity-checks in relay cellsRoger Dingledine2003-12-16
* resolve an edge case in get_unique_circ_id_by_connRoger Dingledine2003-12-16
* move cell size to 512 bytesRoger Dingledine2003-12-16
* add H(K|1) to the onionskin replyRoger Dingledine2003-12-16
* Resolve format warnings on MacOS X 10.3Nick Mathewson2003-12-16
* Make compile warning-free on cygwinNick Mathewson2003-12-15
* make --debuglogfile (or any second log file) workRoger Dingledine2003-12-14
* start tracking the 'It appears I've already sent the end' warningRoger Dingledine2003-12-14
* oops, i broke buffers. fixed.Roger Dingledine2003-12-14
* document aborted attempt to merge client dns cache with server dns cacheRoger Dingledine2003-12-14
* change dns notation from question/answer to address/addrRoger Dingledine2003-12-14
* start to track the 'unexpected relay cell' warningRoger Dingledine2003-12-14
* on hup, close and rebind listener ports too (in case their config has changed)Roger Dingledine2003-12-14
* clean up some file-scope-global directory variablesRoger Dingledine2003-12-14
* add options.ExcludedNodes -- nodes that are never picked in path buildingRoger Dingledine2003-12-14
* warn if you're running tor as rootRoger Dingledine2003-12-14
* on HUP, retry OR connections, and stop clobbering the dirserver's routerlistRoger Dingledine2003-12-14
* more friendly warning when there are too many dns workersRoger Dingledine2003-12-14
* more friendly warning when a connection buffer overflowsRoger Dingledine2003-12-14
* slightly different default default exit policy.Roger Dingledine2003-12-14
* more general cleanupRoger Dingledine2003-12-14
* Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* .Nick Mathewson2003-12-14
* make options.ExitNodes workRoger Dingledine2003-12-13
* clean up some copyrightsRoger Dingledine2003-12-13
* bughunt: start tracking the bug mutiny foundRoger Dingledine2003-12-13
* bugfix: a circuit that immediately failed still counts as a failed circuitRoger Dingledine2003-12-13
* revamp circuit node selection to use smartlists:Roger Dingledine2003-12-13
* Make default exit policy reject 127.*:*Nick Mathewson2003-12-13
* reasonably permissive exit policy if you don't set oneRoger Dingledine2003-12-13
* Add port ranges to exit policiesNick Mathewson2003-12-13
* use the smartlist to pick random routers, rather than our own idiomRoger Dingledine2003-12-13
* if >=2 circs are being built that handle a given stream,Roger Dingledine2003-12-12
* Document parsing functions in routerlist.c, and separate parsing from non-par...Nick Mathewson2003-12-09
* close the circuit when we get a truncated cellRoger Dingledine2003-12-09
* our circuit symmetric key (for aes) is 127 bits, not 128 bits.Roger Dingledine2003-12-09
* back out the broken change from yesterdayRoger Dingledine2003-12-09
* Make router/directory parsing nondestructive and more const-friendlyNick Mathewson2003-12-08
* general cleanupsRoger Dingledine2003-12-07
* declare the prototypes betterRoger Dingledine2003-12-06