2005-09-30 |
Nick Mathewson | Never call free() on tor_malloc()d memory. This is...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Note a couple more dir-spec TODOs
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Resolve several DOCDOCs. Make non-mirrors only launch...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Hey kids, guess why connection_mark_for_close() started...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | even better function start checks; give dmalloc a chance...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Note that there is incorrect behavior in directory...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Reformat inconsistent function declarations.
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Make checkSpace.pl enforce our ctags-friendly function...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | add extra warnings to our set of disabled warnings
|
commit | commitdiff | tree |
2005-09-29 |
Nick Mathewson | Add a bunch more warnings to out warning suite; resolve...
|
commit | commitdiff | tree |
2005-09-29 |
Nick Mathewson | suppress all our usual compiler warnings, including...
|
commit | commitdiff | tree |
2005-09-27 |
Nick Mathewson | Use EVP_CIPHER_CTX version of AES from openssl, so...
|
commit | commitdiff | tree |
2005-09-27 |
Nick Mathewson | remove historical stuff from dir-spec.txt
|
commit | commitdiff | tree |
2005-09-26 |
Nick Mathewson | Fix crash-on-wakeup bug in networkstatus download.
|
commit | commitdiff | tree |
2005-09-24 |
Nick Mathewson | Point readers of the code to opensslv.h, since everybody...
|
commit | commitdiff | tree |
2005-09-24 |
Nick Mathewson | Possible fix to make aes build on woody
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | But, of course, mirrors should get the most up-to-date...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Log even less verbosely. Also, do not download old...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Provide dire warnings to any users who set DirServer...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Oops. It looks like some old GCCs dislike #if inside...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Use OpenSSL AES when OpenSSL has version 0.9.7 or later.
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Decouple router downloads from old directory downloads...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Fix logic error (people who ask authorities should...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Re-enable autosplitting, but authorities and mirrors...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Fix at least one overzealous download bug. (tor_malloc_zero...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Fix some compiler warnings
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Remove extraneous space on read-history lines.
|
commit | commitdiff | tree |
2005-09-22 |
Nick Mathewson | I love the smell of C in the morning. Make router...
|
commit | commitdiff | tree |
2005-09-22 |
Nick Mathewson | Use a separate type for "local view of router status...
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Make write_escaped_data more bulletproof; backport...
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Move items from meeting into dir-spec and TODO.
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Only check versions from versioning authdirs.
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Implement new version handling code.
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Add notes of things that must be done to dir-spec
|
commit | commitdiff | tree |
2005-09-20 |
Nick Mathewson | Add a temporary section to dir-spec reflecting what...
|
commit | commitdiff | tree |
2005-09-19 |
Nick Mathewson | bump version to 0.1.1.7-alpha-cvs
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | remove some debugging garbage
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Make give-up-on-failure actually work: it seems the...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Prevent a "try forever to download an unobtainable...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Refactor new directory code a bit. Keep a big list...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Move to new base64 digest functions. Switch to new...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Helper functions to perform our truncated base64 encoding...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Make smartlist_add_all more efficient.
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Specify exactly what we meant by "the digest of a descriptor...
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | add a couple of directory items
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | Remove a bunch of #if0d code that I no longer need...
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | Resolve/expand some XXXXs and improve a log message...
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | Fix the never-marked-anything-as-running bug. Now Tor...
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | Add a missing return
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | Fix the confusing bug where we were downloading only...
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | Unify our "figure out which fingerprints we were downloading...
|
commit | commitdiff | tree |
2005-09-15 |
Nick Mathewson | Add some (notice, for now) log messages that imply...
|
commit | commitdiff | tree |
2005-09-15 |
Nick Mathewson | fix braino in dirserv.
|
commit | commitdiff | tree |
2005-09-15 |
Nick Mathewson | Make authdirs smarter. Reject/invalidate by key and...
|
commit | commitdiff | tree |
2005-09-15 |
Nick Mathewson | And some documentation before bed.
|
commit | commitdiff | tree |
2005-09-15 |
Nick Mathewson | make some functions static; clean dead networkstatus...
|
commit | commitdiff | tree |
2005-09-15 |
Nick Mathewson | Make unittests not die
|
commit | commitdiff | tree |
2005-09-15 |
Nick Mathewson | Stop downloading directories and download routers instead...
|
commit | commitdiff | tree |
2005-09-15 |
Nick Mathewson | separate validation from naming in authoritative directory...
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | Fix a bunch of log messages. Deprecate some routerlist...
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | Add a touch_file() function to compat so we can update...
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | Oops. directory_set_dirty() needs to mark networkstatus...
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | Would you believe that the software_versions field...
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | Big commit: clients start downloading and using network...
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | Clean up a few warnings that make gcc twig out a bit.
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | Declare 0.1.1.7 as The Version With The Good Dirservers.
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | update directory todos
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | Add new config.c function to set options that can fail...
|
commit | commitdiff | tree |
2005-09-14 |
Nick Mathewson | note that routerstatus_t.entries is sorted.
|
commit | commitdiff | tree |
2005-09-13 |
Nick Mathewson | I forgot -- smart kids make their code compile.
|
commit | commitdiff | tree |
2005-09-13 |
Nick Mathewson | add docs, fix whitespace, and make ANY rule in routerparse...
|
commit | commitdiff | tree |
2005-09-13 |
Nick Mathewson | Fix DOCDOC entries in routerlist.c. Make more functions...
|
commit | commitdiff | tree |
2005-09-13 |
Nick Mathewson | Add documentation to a few functions in container.c...
|
commit | commitdiff | tree |
2005-09-13 |
Nick Mathewson | Add functions to extend and compress new router store...
|
commit | commitdiff | tree |
2005-09-13 |
Nick Mathewson | Two new functions like write_bytes_to_file: one takes...
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | Resolve stack corruption identified by edmanw in connection_...
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | Maybe I should pay more attention to return values...
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | Versions should be sorted by version. Lexical sorting...
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | make compile slightly happier on const-zealous compilers
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | We have so many special cases for smartlists of strings...
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | Numerous changes to move towards client-side v2 directories.
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | answer question
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | Dir spec change: Clarify rules on how to treat servers...
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | Fix a memory leak in smartlist_string_remove.
|
commit | commitdiff | tree |
2005-09-12 |
Nick Mathewson | Fix bug found by "ca": looking up a non-existent stream...
|
commit | commitdiff | tree |
2005-09-11 |
Nick Mathewson | Document SMARTLIST_FOREACH macro, along with previously...
|
commit | commitdiff | tree |
2005-09-10 |
Nick Mathewson | Fix segfault in win32 unittests.
|
commit | commitdiff | tree |
2005-09-10 |
Nick Mathewson | Use tor_listdir in test.c instead of duplicating ode.
|
commit | commitdiff | tree |
2005-09-09 |
Nick Mathewson | Add sorting/searching to smartlist
|
commit | commitdiff | tree |
2005-09-09 |
Nick Mathewson | Only do openssl accel stuff if version is at least...
|
commit | commitdiff | tree |
2005-09-09 |
Nick Mathewson | Add missing arg to windows tor_listdir()
|
commit | commitdiff | tree |
2005-09-09 |
Nick Mathewson | Implement tor_listdir on windows. Untested.
|
commit | commitdiff | tree |
2005-09-09 |
Nick Mathewson | downgrade warning to info
|
commit | commitdiff | tree |
2005-09-09 |
Nick Mathewson | Fix a bug in config_dump: we want to run options_validate...
|
commit | commitdiff | tree |
2005-09-09 |
Nick Mathewson | Warn in more detail when network-status serving and...
|
commit | commitdiff | tree |
2005-09-08 |
Nick Mathewson | Update item status: note future work on client directory...
|
commit | commitdiff | tree |
2005-09-08 |
Nick Mathewson | Fix segfault and memleak when getting many compressed...
|
commit | commitdiff | tree |
2005-09-08 |
Nick Mathewson | Fix some messages that say "failing".
|
commit | commitdiff | tree |
2005-09-08 |
Nick Mathewson | Clean up some more fingerprint-checking logic
|
commit | commitdiff | tree |
2005-09-08 |
Nick Mathewson | make it work correctly when we download multiple network...
|
commit | commitdiff | tree |