Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | rik's patch to not complain about freebsd's bug | Roger Dingledine | 2004-05-26 | |
| | | | | svn:r1921 | |||
* | it looks like parse_log_level() was never taught about WARN? | Roger Dingledine | 2004-05-21 | |
| | | | | svn:r1917 | |||
* | minor comment patch | Roger Dingledine | 2004-05-21 | |
| | | | | svn:r1916 | |||
* | Tinker with log behavior: never send error messages about logs into the ↵ | Nick Mathewson | 2004-05-20 | |
| | | | | | | bitbucket svn:r1912 | |||
* | Allow multiple logfiles at different severity ranges | Nick Mathewson | 2004-05-19 | |
| | | | | svn:r1899 | |||
* | Resolve some XXXs | Nick Mathewson | 2004-05-18 | |
| | | | | svn:r1889 | |||
* | bugfix: our integrity-checking digest was checking only the most | Roger Dingledine | 2004-05-15 | |
| | | | | | | | | | recent cell, not the previous cells like we'd thought. this change is backward incompatible. svn:r1868 | |||
* | Not every RSA decrypt should warn on failure. | Nick Mathewson | 2004-05-12 | |
| | | | | svn:r1853 | |||
* | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine | 2004-05-10 | |
| | | | | svn:r1843 | |||
* | doxygen markup for common/*.h | Roger Dingledine | 2004-05-10 | |
| | | | | svn:r1840 | |||
* | Doxygenate common. | Nick Mathewson | 2004-05-10 | |
| | | | | svn:r1829 | |||
* | Add doxygen markup for util and buffers | Nick Mathewson | 2004-05-07 | |
| | | | | svn:r1820 | |||
* | Fix bug in stream position adjustment | Nick Mathewson | 2004-05-06 | |
| | | | | svn:r1801 | |||
* | Use correct aes-ctr implementation in mainline, too. | Nick Mathewson | 2004-05-06 | |
| | | | | svn:r1800 | |||
* | Add intptr_t and uintptr_t to torint.h | Nick Mathewson | 2004-05-05 | |
| | | | | svn:r1794 | |||
* | Make non-fake tor_poll robust against -1 fds | Nick Mathewson | 2004-05-05 | |
| | | | | svn:r1787 | |||
* | Fix mac compile | Nick Mathewson | 2004-05-04 | |
| | | | | svn:r1782 | |||
* | tor_assert(), not assert() | Nick Mathewson | 2004-05-02 | |
| | | | | svn:r1777 | |||
* | Fix windows compile. | Nick Mathewson | 2004-05-02 | |
| | | | | svn:r1776 | |||
* | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson | 2004-05-02 | |
| | | | | svn:r1775 | |||
* | Assert that we never try to fakepoll on sock -1. | Nick Mathewson | 2004-05-02 | |
| | | | | svn:r1774 | |||
* | some patches on the patches | Roger Dingledine | 2004-05-01 | |
| | | | | svn:r1761 | |||
* | Remove bogus */ so util.c compiles | Nick Mathewson | 2004-05-01 | |
| | | | | svn:r1759 | |||
* | Finish documenting the functions in common | Nick Mathewson | 2004-05-01 | |
| | | | | svn:r1758 | |||
* | Handle windows socket errors correctly; comment most of common. | Nick Mathewson | 2004-05-01 | |
| | | | | svn:r1756 | |||
* | some cosmetic fixes | Roger Dingledine | 2004-04-29 | |
| | | | | svn:r1747 | |||
* | Oops -- the Windows function is closesocket, not socketclose | Nick Mathewson | 2004-04-28 | |
| | | | | svn:r1746 | |||
* | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson | 2004-04-28 | |
| | | | | svn:r1745 | |||
* | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson | 2004-04-28 | |
| | | | | svn:r1742 | |||
* | use nick's _ARRAYSIZE abstraction | Roger Dingledine | 2004-04-28 | |
| | | | | svn:r1741 | |||
* | nick, is this what you meant? | Roger Dingledine | 2004-04-28 | |
| | | | | svn:r1740 | |||
* | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson | 2004-04-28 | |
| | | | | svn:r1739 | |||
* | Workarounds for a couple of pieces of windows strangeness. | Nick Mathewson | 2004-04-28 | |
| | | | | svn:r1734 | |||
* | some compilers don't like an array of length zero | Roger Dingledine | 2004-04-27 | |
| | | | | | | | | nick: should we remove support for IVs for now, since we don't use them and don't plan to use them? svn:r1732 | |||
* | Some versions of openssl have an SSL_pending function that erroneously | Nick Mathewson | 2004-04-26 | |
| | | | | | | | | | | returns bytes when there is a non-application record pending. I have no idea when/why this would even happen, but let's catch it and make sure tor_tls_get_pending_bytes stays correct. svn:r1727 | |||
* | Remove spurious semi | Nick Mathewson | 2004-04-26 | |
| | | | | svn:r1724 | |||
* | Add a macro to catch unhandled openssl errors. | Nick Mathewson | 2004-04-26 | |
| | | | | svn:r1723 | |||
* | log debug so nick can see it too | Roger Dingledine | 2004-04-26 | |
| | | | | svn:r1721 | |||
* | The dots are there so you see test doing something. Therefore we should ↵ | Peter Palfrader | 2004-04-26 | |
| | | | | | | flush them after printing svn:r1720 | |||
* | Include strerror(errno) with tls syscall errors | Nick Mathewson | 2004-04-26 | |
| | | | | svn:r1718 | |||
* | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson | 2004-04-26 | |
| | | | | | | | | | | | | | crypto_perror is a no-no, since an operation can set more than one error. Also, fix a bug in the unix crypto_seed_rng: mixing stdio with /dev/urandom is a bad idea, since fopen can make all kinds of weird extraneous syscalls (mmap, fcntl, stat64, etc.) and since fread tends to buffer data in big chunks, thus depleting the entropy pool. svn:r1717 | |||
* | Log pending TLS errors in a couple more places, in case they are possible. | Nick Mathewson | 2004-04-26 | |
| | | | | svn:r1716 | |||
* | Call tls_log_errors at a more appropriate location; we can remove the other ↵ | Nick Mathewson | 2004-04-26 | |
| | | | | | | calls in tor_tls_verify once we are sure they never happen. svn:r1709 | |||
* | Very blunt debugging code: log pending errors at start and end of tor_tls_verify | Nick Mathewson | 2004-04-26 | |
| | | | | svn:r1707 | |||
* | Check for machine/limits.h in addition to sys/limits.h | Nick Mathewson | 2004-04-25 | |
| | | | | svn:r1705 | |||
* | use tor_assert and PUBLIC_KEY_OK | Roger Dingledine | 2004-04-25 | |
| | | | | | | | but don't use tor_assert inside log.c, to avoid loops svn:r1696 | |||
* | Add a tor_assert macro that logs failed assertions. | Nick Mathewson | 2004-04-25 | |
| | | | | svn:r1695 | |||
* | Add assert on crypto_pk_write_private_key,and macros to make sure we have ↵ | Nick Mathewson | 2004-04-25 | |
| | | | | | | real keys svn:r1694 | |||
* | don't warn when private_decrypt_hybrid fails | Roger Dingledine | 2004-04-25 | |
| | | | | svn:r1689 | |||
* | Merge flagday into main branch. | Nick Mathewson | 2004-04-24 | |
| | | | | svn:r1683 |