Commit Verlauf

Autor SHA1 Nachricht Datum
  Caleb James DeLisle b9e41a2521 Make sure to cast uintptr to long before passing it to a printf vor 4 Jahren
  Caleb James DeLisle b6a1d3bf2f Switch from using long to using uintptr_t because on windows, long is not pointer-size vor 4 Jahren
  Caleb James DeLisle 9ce4bf1062 Fix cjdns tests with new version of libuv, also fix a bug which was exposed in the allocation system wherein allocating memory in an onFreeJob does the wrong thing vor 5 Jahren
  Caleb James DeLisle 9b963631b5 Wrong type in printf vor 6 Jahren
  Caleb James DeLisle db1f135a28 Shuffle around a couple fields in order to hopefully get an aligned structure vor 6 Jahren
  Caleb James DeLisle feabb1970f Ok, never mind, this was a silly thing, it was correct in the beginning vor 7 Jahren
  Caleb James DeLisle 41efd0c895 Hopefully fixed the allocator failure to account memory properly vor 7 Jahren
  Caleb James DeLisle 7f55d9bfb7 Apply madafoo's change as-is from long ago which I managed to somehow misunderstood and refused for a really long time :( vor 7 Jahren
  Caleb James DeLisle dca6cdcccd Pulling this commit and making a branch allocator-fix because this turns out to be unravelling a much deeper issue which cannot be fixed so quickly. vor 7 Jahren
  Caleb James DeLisle 043b6eadd7 Correct probably bad memory handling in allocator vor 7 Jahren
  soredake c49cc24869 links update vor 7 Jahren
  Caleb James DeLisle 660ac4004b Merge branch 'disconnect-adopted-dry-refactor' of git://github.com/gubatron/cjdns into crashey vor 9 Jahren
  gubatron 0fd96298b0 rename misleading findAllocator to disconnectAllocator vor 9 Jahren
  gubatron 35c46a6708 DRY refactor on Allocator::disconnectAdopted vor 9 Jahren
  Kubuxu a38e58b1c7 Remove usage of Bits_memcpyConst and Bits_memmoveConst vor 9 Jahren
  Caleb James DeLisle 0000500588 Give the compiler a little bit more instruction-scheduling leeway in a function which is sometimes hot vor 9 Jahren
  Caleb James DeLisle c5bd11ce66 small improvements to the allocator's error catching infra vor 9 Jahren
  Caleb James DeLisle 24401e7b9a complain very loudly if the memory allocation logic is leaking in some way vor 9 Jahren
  Caleb James DeLisle ab3a0f4452 wip vor 9 Jahren
  Caleb James DeLisle f19fe177bb wip vor 9 Jahren
  Caleb James DeLisle a6afb74e25 wip vor 9 Jahren
  Caleb James DeLisle 44d393d9e7 Merge branch 'crashey' into dead-angel vor 9 Jahren
  Caleb James DeLisle 07be184ee3 try allowing clang to see Gcc_NORETURN vor 9 Jahren
  Caleb James DeLisle 2dddd5d6e5 some compilers are a bit slow -- but smart enough not to allow *that* vor 9 Jahren
  Caleb James DeLisle 27c7f234e3 some compilers are a bit slow vor 9 Jahren
  Caleb James DeLisle b8e1e3e0b9 wip vor 9 Jahren
  Caleb James DeLisle a5117df6e3 Change Pathfinder to notify the core whenever a better path is discovered by the NodeStore, also some refactoring in the Allocator vor 9 Jahren
  Caleb James DeLisle c7eed6b146 more robust logging, although only about 100 messages can be logged at a time without drops... vor 10 Jahren
  Caleb James DeLisle 7667736795 NodeStore_brokenLink() instead of NodeStore_brokenPath() vor 10 Jahren
  Caleb James DeLisle 3005cac83c Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled. vor 10 Jahren