2004-05-05 |
Nick Mathewson | Fix compilation warnings on 64-bit platforms
|
commit | commitdiff | tree |
2004-05-05 |
Nick Mathewson | Never list unapproved servers as recommended
|
commit | commitdiff | tree |
2004-05-05 |
Nick Mathewson | More documentation; fix for compilation warning
|
commit | commitdiff | tree |
2004-05-05 |
Nick Mathewson | Only connection_add connections once they have conn...
|
commit | commitdiff | tree |
2004-05-05 |
Nick Mathewson | Make non-fake tor_poll robust against -1 fds
|
commit | commitdiff | tree |
2004-05-05 |
Nick Mathewson | More documentation
|
commit | commitdiff | tree |
2004-05-04 |
Nick Mathewson | Comment router*.c
|
commit | commitdiff | tree |
2004-05-04 |
Nick Mathewson | Fix mac compile
|
commit | commitdiff | tree |
2004-05-02 |
Nick Mathewson | tor_assert(), not assert()
|
commit | commitdiff | tree |
2004-05-02 |
Nick Mathewson | Fix windows compile.
|
commit | commitdiff | tree |
2004-05-02 |
Nick Mathewson | Working strerror for windows socket errors, plus some...
|
commit | commitdiff | tree |
2004-05-02 |
Nick Mathewson | Assert that we never try to fakepoll on sock -1.
|
commit | commitdiff | tree |
2004-05-02 |
Nick Mathewson | Windows version is 0.0.6 too
|
commit | commitdiff | tree |
2004-05-02 |
Nick Mathewson | Bump windows version to 0.0.6rc4
|
commit | commitdiff | tree |
2004-05-01 |
Nick Mathewson | Documenmt buffers.c; remove function that nobody ever...
|
commit | commitdiff | tree |
2004-05-01 |
Nick Mathewson | Remove bogus */ so util.c compiles
|
commit | commitdiff | tree |
2004-05-01 |
Nick Mathewson | Finish documenting the functions in common
|
commit | commitdiff | tree |
2004-05-01 |
Nick Mathewson | Fix windows compile
|
commit | commitdiff | tree |
2004-05-01 |
Nick Mathewson | Handle windows socket errors correctly; comment most...
|
commit | commitdiff | tree |
2004-04-28 |
Nick Mathewson | Oops -- the Windows function is closesocket, not socketclose
|
commit | commitdiff | tree |
2004-04-28 |
Nick Mathewson | Use socketclose on windows as appropriate; end pid...
|
commit | commitdiff | tree |
2004-04-28 |
Nick Mathewson | Regenerate windows orconfig.h to match current autoheader...
|
commit | commitdiff | tree |
2004-04-28 |
Nick Mathewson | Remove IVs from cipher code, since AES-ctr has none.
|
commit | commitdiff | tree |
2004-04-28 |
Nick Mathewson | Make Tor build on win32 with VC6 without warnings.
|
commit | commitdiff | tree |
2004-04-28 |
Nick Mathewson | Workarounds for a couple of pieces of windows strangeness.
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Some versions of openssl have an SSL_pending function...
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Log number of bytes pending after read.
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Remove spurious semi
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Add a macro to catch unhandled openssl errors.
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Include strerror(errno) with tls syscall errors
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Refactor crypto error handling to be more like TLS...
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Log pending TLS errors in a couple more places, in...
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Call tls_log_errors at a more appropriate location...
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Better error msg on unknown circuit id.
|
commit | commitdiff | tree |
2004-04-26 |
Nick Mathewson | Very blunt debugging code: log pending errors at start...
|
commit | commitdiff | tree |
2004-04-25 |
Nick Mathewson | Check for machine/limits.h in addition to sys/limits.h
|
commit | commitdiff | tree |
2004-04-25 |
Nick Mathewson | Add a tor_assert macro that logs failed assertions.
|
commit | commitdiff | tree |
2004-04-25 |
Nick Mathewson | Add assert on crypto_pk_write_private_key,and macros...
|
commit | commitdiff | tree |
2004-04-25 |
Nick Mathewson | Remove onion_pkey from connection, since onion keys...
|
commit | commitdiff | tree |
2004-04-25 |
Nick Mathewson | remove spurious router_rebuild_descriptor
|
commit | commitdiff | tree |
2004-04-24 |
Nick Mathewson | Spurious link-key should not be an error
|
commit | commitdiff | tree |
2004-04-24 |
Nick Mathewson | Note router addr:port in log messages
|
commit | commitdiff | tree |
2004-04-24 |
Nick Mathewson | Compare nicknames casei.
|
commit | commitdiff | tree |
2004-04-24 |
Nick Mathewson | Merge flagday into main branch.
|
commit | commitdiff | tree |
2004-04-21 |
Nick Mathewson | Update flag-day status
|
commit | commitdiff | tree |
2004-04-18 |
Nick Mathewson | Add and tenatively assign some items in flag-day todo
|
commit | commitdiff | tree |
2004-04-18 |
Nick Mathewson | add more flagday items to todo
|
commit | commitdiff | tree |
2004-04-15 |
Nick Mathewson | Must detach before attaching, or else we infinite-loop
|
commit | commitdiff | tree |
2004-04-15 |
Nick Mathewson | Strings need room for a NUL.
|
commit | commitdiff | tree |
2004-04-15 |
Nick Mathewson | Add a missing return -1
|
commit | commitdiff | tree |
2004-04-14 |
Nick Mathewson | Retry non-final-hop rendezvous failures
|
commit | commitdiff | tree |
2004-04-14 |
Nick Mathewson | Never ever leave ri.platform unset.
|
commit | commitdiff | tree |
2004-04-14 |
Nick Mathewson | Do not segfault on missing intro points.
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Scan list of servers in directory after reloading fingerprin...
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | only consider uploading descriptors every 5 sec
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Note a couple of finished items
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | or, not and
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED}
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Mark service descriptors as dirty when we have lost...
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Separate "start-establishing-introduction" from "upload...
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Handle the rendezvous-circ elements of retrying introductions.
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | <arma> you should make r and i and use r for r and...
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Handle introduce naks. Arma: Is this right?
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Get the rest of intro-ack/nak handling in ... except...
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Have find_intro_circuit return non-open circs
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Document ACKs/NAKs
|
commit | commitdiff | tree |
2004-04-13 |
Nick Mathewson | Re-number the new relay command so as to maintain backward...
|
commit | commitdiff | tree |
2004-04-12 |
Nick Mathewson | ACK/NAK INTRODUCE1 requests. (We do no useful processing...
|
commit | commitdiff | tree |
2004-04-12 |
Nick Mathewson | Use service IDs in rendmid. (rendclient and common...
|
commit | commitdiff | tree |
2004-04-12 |
Nick Mathewson | Fix two dumb leaks in crypto.c
|
commit | commitdiff | tree |
2004-04-12 |
Nick Mathewson | Use service id instead of hex id in rendservice.c log...
|
commit | commitdiff | tree |
2004-04-11 |
Nick Mathewson | Cosmetic patch for arma's fix for The Bug: Don't set...
|
commit | commitdiff | tree |
2004-04-09 |
Nick Mathewson | Dump introduction point status on kill -USR1
|
commit | commitdiff | tree |
2004-04-09 |
Nick Mathewson | Resolve init-services-in-do-hup issue
|
commit | commitdiff | tree |
2004-04-09 |
Nick Mathewson | Make comment more sensible. Still uncertain about when...
|
commit | commitdiff | tree |
2004-04-09 |
Nick Mathewson | set rend exit connection state _before_ calling rend_service...
|
commit | commitdiff | tree |
2004-04-09 |
Nick Mathewson | Reload rendezvous service keys on sighup; otherwise...
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | remove a stray printf
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Fix base32 implementation; make base32 implementation...
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Fix unit tests (now that platform code works differently)
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | note which preexisting or connection we found.
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Document rest of hiddenservice config options; still...
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Be endianly-correct for rendezvous functionality
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Launch intro services after launching connections;...
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Invert strcasecmp check for supports-rendezvous
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Force tor_malloc(0) to always be sane
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Allow service descriptors with no intro points
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Nothing is good enough for you, is it?
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Set rend_query on exiting streams
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Split out major functionality of circuit_get_best;...
|
commit | commitdiff | tree |
2004-04-08 |
Nick Mathewson | Do not crash when no desc is found
|
commit | commitdiff | tree |
2004-04-07 |
Nick Mathewson | Freeing the same variable twice in rapid succession...
|
commit | commitdiff | tree |
2004-04-07 |
Nick Mathewson | Insert a *copy* of our routerinfo into the routerlist.
|
commit | commitdiff | tree |
2004-04-07 |
Nick Mathewson | Rebuild and re-upload service descriptors every 15...
|
commit | commitdiff | tree |
2004-04-07 |
Nick Mathewson | Remember when we received which service desc.
|
commit | commitdiff | tree |
2004-04-07 |
Nick Mathewson | Make sure we have our own keys before we initialize...
|
commit | commitdiff | tree |
2004-04-07 |
Nick Mathewson | Generating data does no good if you make no use of it
|
commit | commitdiff | tree |
2004-04-07 |
Nick Mathewson | Don't use Tor version 0.0.5 for intro/rendezvous points...
|
commit | commitdiff | tree |
2004-04-07 |
Nick Mathewson | Carefully increment failure counts when appropriate
|
commit | commitdiff | tree |