aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fix confirmed win32 bugRoger Dingledine2003-09-08
| | | | svn:r435
* tls infrastructure now in place, give or takeRoger Dingledine2003-09-08
| | | | svn:r434
* another wishlist function for the tls interfaceRoger Dingledine2003-09-08
| | | | svn:r433
* add CertFile, NicknameRoger Dingledine2003-09-08
| | | | | | | | write new certfile if you don't have one already set up a tls context on startup svn:r432
* hide the global tls context inside tortls.cRoger Dingledine2003-09-08
| | | | svn:r431
* clean up config.c so it doesn't expose as muchRoger Dingledine2003-09-08
| | | | svn:r430
* more futzing towards tlsRoger Dingledine2003-09-07
| | | | | | | not there yet svn:r429
* clean read_to_buf moreRoger Dingledine2003-09-05
| | | | svn:r428
* fill in a gap in the specRoger Dingledine2003-09-05
| | | | svn:r427
* general cleanup and reabstraction, to prepare for tlsRoger Dingledine2003-09-05
| | | | svn:r426
* move variable declarations to top of functionRoger Dingledine2003-09-05
| | | | svn:r425
* Add initial interfaces and code for TLS support. Interfaces are right; code ↵Nick Mathewson2003-09-04
| | | | | | needs work and testing. svn:r424
* update the TODORoger Dingledine2003-08-31
| | | | svn:r423
* point out why router_forget_router probably doesn't workRoger Dingledine2003-08-29
| | | | svn:r422
* Fix memory leaks in directory parsingNick Mathewson2003-08-28
| | | | svn:r421
* remove op_port from the spec alsoRoger Dingledine2003-08-27
| | | | svn:r420
* router formats don't include op_port now eitherRoger Dingledine2003-08-27
| | | | svn:r419
* remove last vestiges of op_portRoger Dingledine2003-08-27
| | | | svn:r418
* note an assert bug that's still aroundRoger Dingledine2003-08-25
| | | | svn:r417
* make the conn->package_window bug go away.Roger Dingledine2003-08-25
| | | | | | | not resolved, but at least the servers will stop crashing. svn:r416
* Attempt to track down bug in conn->package_windowNick Mathewson2003-08-25
| | | | svn:r415
* Correct description of extracting Kf and Kb from g^xy.Nick Mathewson2003-08-25
| | | | svn:r414
* remove bandwidth negotation from the codeRoger Dingledine2003-08-25
| | | | | | | | | | | | we still use bandwidth on a per-connection basis for rate limiting. but it's unclear if we need this infrastructure in addition to the total-bandwidth rate limiting that we also do. i'll leave both infrastructures in, and we'll remove the per-connection one if it starts rotting too much. svn:r413
* remove bandwidth from handshake negotiationsRoger Dingledine2003-08-25
| | | | | | | replace too-prescriptive link throttling spec with handwavy one svn:r412
* fix formatting in crypto.c for my sanityRoger Dingledine2003-08-25
| | | | svn:r411
* fix a mild memory leak (10 bytes each time an OR connected to an OR)Roger Dingledine2003-08-25
| | | | svn:r410
* add router twins to the specRoger Dingledine2003-08-25
| | | | svn:r409
* start honoring the recommended_versions stringRoger Dingledine2003-08-23
| | | | | | | | | your client exits if you're running a version not in the directory's list of acceptable versions (unless you have a config variable set to override). svn:r408
* remove duplicate packagewindow-checking code,Roger Dingledine2003-08-23
| | | | | | | see if we can induce that segfault i just saw more often svn:r407
* patch the spec somewhat. it's still quite stale.Roger Dingledine2003-08-22
| | | | svn:r406
* move finished todo entries to bottom of listRoger Dingledine2003-08-22
| | | | svn:r405
* update TODO to reflect current realityRoger Dingledine2003-08-22
| | | | svn:r404
* Is there a backdoor in tor?Roger Dingledine2003-08-21
| | | | svn:r403
* implemented cpuworkersRoger Dingledine2003-08-20
| | | | | | | | | | please poke at it and report bugs still needs polishing, and only handles onions now (should handle OR handshakes too) svn:r402
* include torint.h in 'make dist'Roger Dingledine2003-08-14
| | | | svn:r401
* Tor now builds on win32.Nick Mathewson2003-08-14
| | | | svn:r400
* Add empty statement to suppress gcc warning about label at end of compount ↵Nick Mathewson2003-08-14
| | | | | | statement svn:r399
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
| | | | svn:r398
* start refactoring dnsworker so testing won't be so darn hardRoger Dingledine2003-08-14
| | | | | | | | | add NumCpus config variable in preparation for cpuworkers hardcode /etc/torrc path for config (simplifies win32 port) improve exit policy debugging during router entry parsing svn:r397
* bugfix: if a dnsworker dies, remember that.Roger Dingledine2003-08-13
| | | | svn:r396
* oops - or/or.plg is not neededNick Mathewson2003-08-12
| | | | svn:r395
* Adding project/workspace/build files for Visual Studio 6Nick Mathewson2003-08-12
| | | | svn:r394
* Misc patches to make windows build work. Now everything is done except the ↵Nick Mathewson2003-08-12
| | | | | | sockets stuff svn:r393
* Make windows happier stillNick Mathewson2003-08-12
| | | | svn:r392
* don't mess with signals on windows until we know howRoger Dingledine2003-08-12
| | | | svn:r391
* Stop trying to #include the world in util.cNick Mathewson2003-08-12
| | | | svn:r390
* Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson2003-08-12
| | | | svn:r389
* use the spawn_func / spawn_exit abstraction for dnsworkersRoger Dingledine2003-08-12
| | | | svn:r388
* Add abstraction for fork vs thread.Nick Mathewson2003-08-12
| | | | svn:r387
* Dont use explicit paths for orconfig.h -- it messes up the windows buildNick Mathewson2003-08-12
| | | | svn:r386