aboutsummaryrefslogtreecommitdiff
path: root/src/common/include.am
AgeCommit message (Expand)Author
2018-07-05All remaining files in src/common belong to the event loop.Nick Mathewson
2018-07-05Move openbsd-malloc responsibility to lib/mallocNick Mathewson
2018-07-05Remove util.hNick Mathewson
2018-07-05Move address_set to src/orNick Mathewson
2018-07-05Move socks5_status.h to src/lib/netNick Mathewson
2018-07-05Move handles.h to src/lib/containerNick Mathewson
2018-06-29Eliminate compat.hNick Mathewson
2018-06-29Extract socks5_status_tNick Mathewson
2018-06-29Remove compat.c and util.cNick Mathewson
2018-06-29Extract getpass to a new lib/term libraryNick Mathewson
2018-06-28Move buffers into containerNick Mathewson
2018-06-28Extract time functionality into lib/wallclock and lib/timeNick Mathewson
2018-06-28Extract process-management functionality into a new lib/processNick Mathewson
2018-06-28Move conffile and storagedir to lib/fsNick Mathewson
2018-06-28Extract memarea into its own libraryNick Mathewson
2018-06-28Extract threading code into a new library.Nick Mathewson
2018-06-27Move confline.c to lib/encoding: it is about encoding key-value pairsNick Mathewson
2018-06-27Split confline into confline and conffile.Nick Mathewson
2018-06-27Move util_format into a new libtor-encoding libraryNick Mathewson
2018-06-27Move sandbox code into a new library.Nick Mathewson
2018-06-27Move network code to libtor-net.Nick Mathewson
2018-06-22Move util_bug into libtor-logNick Mathewson
2018-06-22Extract the locking and logging codeNick Mathewson
2018-06-22Refactor container into a library.Nick Mathewson
2018-06-21Move testsupport.h to its own directoryNick Mathewson
2018-06-21Move responsibility for libdonna out of src/commonNick Mathewson
2018-06-21Split crypto and tls libraries into directoriesNick Mathewson
2018-06-21Move compiler-compatibility headers into their own moduleNick Mathewson
2018-06-21Remove unused pubsub module.Nick Mathewson
2018-06-21Extract compression functions into a new library.Nick Mathewson
2018-06-21Move consttime library code into its own directory.Nick Mathewson
2018-06-21Extract error functionality into a new lowest-level library.Nick Mathewson
2018-06-21Fix distcheck by naming header properly.Nick Mathewson
2018-06-20Split compiler-compatibility parts of compat.hNick Mathewson
2018-06-20Move horrible-emergency handling into torerr.[ch]Nick Mathewson
2018-06-20Simplify AM_CPPFLAGS include setupNick Mathewson
2018-06-17Merge remote-tracking branch 'ffmancera-1/bug24658-dh_stream'Nick Mathewson
2018-06-02Heed --disable-unittests properlyrl1987
2018-05-18Refactor crypto.[ch] into smaller HKDF module.Fernando Fernandez Mancera
2018-05-08Include crypto_dh.h in order to solve dependency issues.Fernando Fernandez Mancera
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-13Add a new token-bucket backend abstraction, with testsNick Mathewson
2018-04-06crypto: Alphabetise some #includes in /src/common/crypto*.Isis Lovecruft
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-03-26Merge branch 'bug24658-rm-curve25519-header' into bug24658-mergeNick Mathewson
2018-02-09Merge remote-tracking branch 'dgoulet/ticket24902_029_05'Nick Mathewson
2018-02-08Add an address-set backend using a bloom filter.Nick Mathewson
2018-02-03Add crypto_digest.[ch] to include.amFernando Fernandez Mancera
2018-02-01Add crypto_rsa.[ch] to include.amFernando Fernandez Mancera
2018-01-23Merge remote-tracking branch 'ffmancera/bug24658-openssl'Nick Mathewson