Commit graph

1651 commits

Author SHA1 Message Date
orignal 350e942b6a fixed windows build 2014-12-30 10:30:45 -05:00
orignal ed82f388e6 Merge pull request #123 from klondi/master
Fix any remaning aliasing rules with propper memcpy wrappers
2014-12-30 09:50:28 -05:00
Francisco Blas (klondike) Izquierdo Riera b5f624a10f Use htobuf16 for 0 value instead of htobe16buf 2014-12-30 15:42:24 +01:00
Francisco Blas (klondike) Izquierdo Riera 700c53e60a Fix any remaning aliasing rules with propper memcpy wrappers 2014-12-30 15:37:24 +01:00
Kill Your TV 2ed99ba245 fix calling individual targets
(broken in 82af922b40)

Otherwise commands like `make i2p` will fail.
2014-12-30 13:34:25 +00:00
Kill Your TV 472c5f542f Merge branch 'master' of https://github.com/torbjo/i2pd 2014-12-30 02:32:33 +00:00
Francisco Blas (klondike) Izquierdo Riera 1636187e26 Avoid aliasing problems by using special buf endian handling functions wrapping memcpy 2014-12-29 23:04:02 +01:00
orignal 4d640dac2a always use destination's thread to avoid race conditions 2014-12-29 14:29:55 -05:00
Torkel Bjørnson-Langen 7bf11df3b8 Minor: Makefile - added mk_build_dir to .PHONY target 2014-12-29 17:40:55 +01:00
Torkel Bjørnson-Langen ddf2aa38cc Minor: fixed clang compile warning [-Wmismatched-tags] 2014-12-29 17:40:03 +01:00
Meeh e8c544c774 Merge pull request #120 from torbjo/master
Fixed building on OS X. - Tested and accepted :)
2014-12-29 17:31:36 +01:00
Torkel Bjørnson-Langen 82af922b40 Fixed building on OS X.
I got it to work on OS X 10.10.2 using clang.

Note: I'm an OS noob :)
2014-12-29 17:12:05 +01:00
orignal 446e5fd665 report about termination after actual processing 2014-12-28 15:45:58 -05:00
orignal 7847982a57 fixed crash 2014-12-27 22:43:00 -05:00
orignal 86a7f96a46 take tunnels from exploratory pool only 2014-12-27 20:36:32 -05:00
orignal da01ea997d wait from LeaseSet request comlete 2014-12-27 10:09:55 -05:00
orignal 59aa40e2b0 wait until LeaseSet request complete instead timeout 2014-12-26 21:06:24 -05:00
orignal 6fb5fa1c52 LeaseSet request complete callback 2014-12-26 19:09:44 -05:00
orignal 64df22def8 read reamaining data from closed stream 2014-12-26 08:55:24 -05:00
orignal bbe403fb40 main netdb can request router info only 2014-12-25 21:13:51 -05:00
orignal 3547a4042c request and handle LeaseSets through local destination only 2014-12-25 16:47:15 -05:00
orignal 46ea2291fe read incoming data util it's available 2014-12-25 10:42:49 -05:00
orignal 66c2c7f789 wait until download complete 2014-12-25 08:41:21 -05:00
orignal 78c06bdd22 manage non-reponded database requests 2014-12-24 11:20:38 -05:00
orignal afd69e4afd send if-none-match 2014-12-24 09:45:25 -05:00
orignal ff7ff3b55b check status code 304 2014-12-24 07:48:18 -05:00
orignal 14e2c76799 Merge pull request #118 from hagen-i2p/make-deps
* new makefile target: deps
2014-12-24 07:19:24 -05:00
hagen 677e3585c9 * new makefile target: deps 2014-12-24 05:08:43 +00:00
orignal e349facd65 HTTP 1.1 for addressbook 2014-12-23 21:03:00 -05:00
orignal 7b5e8a9661 check and update addressbook subscriptions 2014-12-23 13:57:09 -05:00
orignal 3f314d8355 merge chunked responses 2014-12-22 21:20:39 -05:00
orignal 325117114a fixed typo 2014-12-22 21:02:32 -05:00
orignal e1d445ab50 parse HTTP header fields 2014-12-22 16:45:50 -05:00
orignal b1b72d2d33 rolled back to HTTP 1.0 since chunked is not implemented 2014-12-22 16:10:32 -05:00
orignal bb5e520a79 reduce minimal # of routers to 50 2014-12-22 15:14:49 -05:00
orignal fd0069cb0e fixed merge conflict 2014-12-22 15:09:50 -05:00
orignal 52ee861d3a load subscriptions 2014-12-22 15:06:54 -05:00
Kill Your TV 42075e74ad fetch with HTTP/1.1 2014-12-22 18:01:59 +00:00
orignal 1e87aedbb8 Merge branch 'master' of https://github.com/PrivacySolutions/i2pd 2014-12-21 21:33:00 -05:00
orignal 5221e09b67 use VerifyDigest for verification 2014-12-21 21:32:21 -05:00
orignal 0972782553 delete useless field 2014-12-21 17:27:46 -05:00
Kill Your TV 425c746b87 typo fix 2014-12-21 21:48:30 +00:00
orignal db2d0df2c4 download hosts.txt without proxy 2014-12-21 09:33:02 -05:00
orignal da1397ff76 fixed build error 2014-12-20 21:21:43 -05:00
orignal c009fc5d72 look for LeaseSet in shared local destination 2014-12-20 20:16:45 -05:00
Kill Your TV 993b4c92b0 slightly stricter use of mkdir/rm -rf 2014-12-20 20:11:55 +00:00
Kill Your TV b26bc5c7f4 Add api target 2014-12-20 20:10:44 +00:00
Kill Your TV e4cc15d19e Don't build the lib when making static binaries
Without this, building on 64-bit systems will fail.
2014-12-20 19:48:53 +00:00
Kill Your TV e5c2022f71 Fix building in kFreeBSD
broken in 8c218bd5
2014-12-20 16:57:41 +00:00
Kill Your TV b343c24a9f add explanatory comments to Makefiles 2014-12-20 16:57:41 +00:00