Commit History

Author SHA1 Message Date
  Caleb James DeLisle bb3293144d Replaced all calls to memcpy() with Bits_memcpy() and Bits_memcpyConst(), the latter of which asserts __builtin_constant_p(length) at compile time. 12 years ago
  Micheal Smith 69d4044b57 Added modelines to source files. 12 years ago
  Caleb James DeLisle 58b82e414b Unified first line codestyle, thanks Maria for the patch. 12 years ago
  Caleb James DeLisle f399af6077 specify address scramble in hex 12 years ago
  Caleb James DeLisle 41874da7f7 added python api consumer, moved non-core (admin) stuff to contrib, improved admin interface. 12 years ago
  Caleb James DeLisle cf5f764a77 not setting up the interface unless there's an outgoing call first. 12 years ago
  Caleb James DeLisle 9a30efed89 Major refactoring, use at your own risk 12 years ago
  Caleb James DeLisle 09ba388ac2 remove windows specific code until windows support is truely added. 12 years ago
  Caleb James DeLisle 434ce75414 some compilers complain about non-void functions not always returning. 12 years ago
  Benjamin Saunders 187c5319a0 Disabled -Wunused-parameter and removed the numerous workarounds for its presence. 12 years ago
  cjdelisle 5ec2f7b5a3 bad code style 12 years ago
  cjdelisle 547f4a33ab Cleaned up a bunch of files, added a codestyle validator and some information for hackers. 12 years ago
  cjdelisle cc3cded841 Rename MemAllocator Allocator 13 years ago
  cjdelisle 8d96d7e49a Shifted stuff around and removed unused code. 13 years ago
  cjdelisle 073ab50a3c Fixed use-after-free bug 13 years ago
  cjdelisle 9aa22feca3 Offered permission to copy under gplv3 license. 13 years ago
  cjdelisle 58f78191d4 Expand max packet size to allow for fragmentation 13 years ago
  cjdelisle 9ef74e2527 Log if there's an unexpected error sending a message. 13 years ago
  cjdelisle f456f5b0e6 improved logging 13 years ago
  cjdelisle 3e8c8bff19 made cryptoauth more leinent to key changes and increased padding on UDP messages. 13 years ago
  cjdelisle a2b3372f7a More logging improvements 13 years ago
  cjdelisle 63234a210b Added new logging infrastructure. 13 years ago
  cjdelisle 1aa7e71a1b Fixed an antialiasing error which only shows up on 32 bit 13 years ago
  cjdelisle be0155d6f6 expended buffer 13 years ago
  cjdelisle 7cc5e02aab More debugging 13 years ago
  cjdelisle ea252d12cf more stuff 13 years ago
  cjdelisle 7858e96199 Fixed fast address mapping and stopped removed an authentication requirement which was breaking the client, IT WORKS \o/ 13 years ago
  cjdelisle 4f39e00b7e Fixed a bug which made the server ignore all messages. 13 years ago
  cjdelisle e90ee06c59 Added exception handling 13 years ago
  cjdelisle 66a2235e3f Got a little (very simple) vpn working for testing. 13 years ago