Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-16 | bugfixes and refactoringstor-0.0.2pre8 | Roger Dingledine | |
svn:r468 | |||
2003-09-16 | Make sequential ACI selection logic handle HIGHER/LOWER | Nick Mathewson | |
svn:r466 | |||
2003-09-16 | Use EXIT properly in assert_connection_ok | Nick Mathewson | |
svn:r465 | |||
2003-09-16 | Add first cut of assert_*_ok functions | Nick Mathewson | |
svn:r464 | |||
2003-09-16 | Add #ifdef'd code (on by default) to allocate ACIs sequentially. | Nick Mathewson | |
svn:r462 | |||
2003-09-16 | clean up exported api's | Roger Dingledine | |
svn:r461 | |||
2003-09-16 | refactor connects into connection_connect() | Roger Dingledine | |
svn:r460 | |||
2003-09-14 | bugfix: onion pending queue now works | Roger Dingledine | |
and fixed recent memory leak svn:r456 | |||
2003-09-14 | finally tracked down the seg fault | Roger Dingledine | |
svn:r455 | |||
2003-09-14 | fix the cpuworker circ-had-vanished bug (maybe) | Roger Dingledine | |
still several (many) tls-related bugs outstanding. svn:r454 | |||
2003-09-13 | fix two more bugs | Roger Dingledine | |
svn:r452 | |||
2003-09-12 | reshuffle functions for cleaner organization | Roger Dingledine | |
svn:r451 | |||
2003-09-12 | tls works between routers now too | Roger Dingledine | |
things are still a bit shaky svn:r450 | |||
2003-09-12 | tls works with onion proxies now. | Roger Dingledine | |
svn:r449 | |||
2003-09-12 | serious bug in cpuworker. need to think about redesign or how to handle it. | Roger Dingledine | |
svn:r448 | |||
2003-09-11 | check for funny business from the remote peer | Roger Dingledine | |
svn:r445 | |||
2003-09-11 | Add router_get_by_pk function; use in connection_tls_finish_handshake. | Nick Mathewson | |
svn:r441 | |||
2003-09-11 | collect info from peer we just handshaked with | Roger Dingledine | |
svn:r439 | |||
2003-09-10 | Make crypto structures private to crypto.c | Nick Mathewson | |
svn:r437 | |||
2003-09-08 | fix confirmed win32 bug | Roger Dingledine | |
svn:r435 | |||
2003-09-08 | tls infrastructure now in place, give or take | Roger Dingledine | |
svn:r434 | |||
2003-09-08 | add CertFile, Nickname | Roger Dingledine | |
write new certfile if you don't have one already set up a tls context on startup svn:r432 | |||
2003-09-08 | clean up config.c so it doesn't expose as much | Roger Dingledine | |
svn:r430 | |||
2003-09-07 | more futzing towards tls | Roger Dingledine | |
not there yet svn:r429 | |||
2003-09-05 | clean read_to_buf more | Roger Dingledine | |
svn:r428 | |||
2003-09-05 | general cleanup and reabstraction, to prepare for tls | Roger Dingledine | |
svn:r426 | |||
2003-09-04 | Add initial interfaces and code for TLS support. Interfaces are right; code ↵ | Nick Mathewson | |
needs work and testing. svn:r424 | |||
2003-08-29 | point out why router_forget_router probably doesn't work | Roger Dingledine | |
svn:r422 | |||
2003-08-28 | Fix memory leaks in directory parsing | Nick Mathewson | |
svn:r421 | |||
2003-08-27 | remove last vestiges of op_port | Roger Dingledine | |
svn:r418 | |||
2003-08-25 | note an assert bug that's still around | Roger Dingledine | |
svn:r417 | |||
2003-08-25 | make the conn->package_window bug go away. | Roger Dingledine | |
not resolved, but at least the servers will stop crashing. svn:r416 | |||
2003-08-25 | Attempt to track down bug in conn->package_window | Nick Mathewson | |
svn:r415 | |||
2003-08-25 | remove bandwidth negotation from the code | Roger Dingledine | |
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 | |||
2003-08-25 | fix a mild memory leak (10 bytes each time an OR connected to an OR) | Roger Dingledine | |
svn:r410 | |||
2003-08-23 | start honoring the recommended_versions string | Roger Dingledine | |
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 | |||
2003-08-23 | remove duplicate packagewindow-checking code, | Roger Dingledine | |
see if we can induce that segfault i just saw more often svn:r407 | |||
2003-08-20 | implemented cpuworkers | Roger Dingledine | |
please poke at it and report bugs still needs polishing, and only handles onions now (should handle OR handshakes too) svn:r402 | |||
2003-08-14 | Add empty statement to suppress gcc warning about label at end of compount ↵ | Nick Mathewson | |
statement svn:r399 | |||
2003-08-14 | Attempt to make sockets code work right on windows. | Nick Mathewson | |
svn:r398 | |||
2003-08-14 | start refactoring dnsworker so testing won't be so darn hard | Roger Dingledine | |
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 | |||
2003-08-13 | bugfix: if a dnsworker dies, remember that. | Roger Dingledine | |
svn:r396 | |||
2003-08-12 | Misc patches to make windows build work. Now everything is done except the ↵ | Nick Mathewson | |
sockets stuff svn:r393 | |||
2003-08-12 | Make windows happier still | Nick Mathewson | |
svn:r392 | |||
2003-08-12 | don't mess with signals on windows until we know how | Roger Dingledine | |
svn:r391 | |||
2003-08-12 | Adopt socketpair implementation from perl. For now, always use it. | Nick Mathewson | |
svn:r389 | |||
2003-08-12 | use the spawn_func / spawn_exit abstraction for dnsworkers | Roger Dingledine | |
svn:r388 | |||
2003-08-12 | reap exited dns/cpuworkers | Roger Dingledine | |
svn:r385 | |||
2003-08-12 | Start of port to win32. Missing are: | Nick Mathewson | |
- signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380 | |||
2003-08-11 | autoconf around missing stdint.h | Nick Mathewson | |
svn:r376 |