orignal
ed82f388e6
Merge pull request #123 from klondi/master
...
Fix any remaning aliasing rules with propper memcpy wrappers
10 years ago
Francisco Blas (klondike) Izquierdo Riera
b5f624a10f
Use htobuf16 for 0 value instead of htobe16buf
10 years ago
Francisco Blas (klondike) Izquierdo Riera
700c53e60a
Fix any remaning aliasing rules with propper memcpy wrappers
10 years ago
Kill Your TV
2ed99ba245
fix calling individual targets
...
(broken in 82af922b40
)
Otherwise commands like `make i2p` will fail.
10 years ago
Kill Your TV
472c5f542f
Merge branch 'master' of https://github.com/torbjo/i2pd
10 years ago
Francisco Blas (klondike) Izquierdo Riera
1636187e26
Avoid aliasing problems by using special buf endian handling functions wrapping memcpy
10 years ago
orignal
4d640dac2a
always use destination's thread to avoid race conditions
10 years ago
Torkel Bjørnson-Langen
7bf11df3b8
Minor: Makefile - added mk_build_dir to .PHONY target
10 years ago
Torkel Bjørnson-Langen
ddf2aa38cc
Minor: fixed clang compile warning [-Wmismatched-tags]
10 years ago
Meeh
e8c544c774
Merge pull request #120 from torbjo/master
...
Fixed building on OS X. - Tested and accepted :)
10 years ago
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 :)
10 years ago
orignal
446e5fd665
report about termination after actual processing
10 years ago
orignal
7847982a57
fixed crash
10 years ago
orignal
86a7f96a46
take tunnels from exploratory pool only
10 years ago
orignal
da01ea997d
wait from LeaseSet request comlete
10 years ago
orignal
59aa40e2b0
wait until LeaseSet request complete instead timeout
10 years ago
orignal
6fb5fa1c52
LeaseSet request complete callback
10 years ago
orignal
64df22def8
read reamaining data from closed stream
10 years ago
orignal
bbe403fb40
main netdb can request router info only
10 years ago
orignal
3547a4042c
request and handle LeaseSets through local destination only
10 years ago
orignal
46ea2291fe
read incoming data util it's available
10 years ago
orignal
66c2c7f789
wait until download complete
10 years ago
orignal
78c06bdd22
manage non-reponded database requests
10 years ago
orignal
afd69e4afd
send if-none-match
10 years ago
orignal
ff7ff3b55b
check status code 304
10 years ago
orignal
14e2c76799
Merge pull request #118 from hagen-i2p/make-deps
...
* new makefile target: deps
10 years ago
hagen
677e3585c9
* new makefile target: deps
10 years ago
orignal
e349facd65
HTTP 1.1 for addressbook
10 years ago
orignal
7b5e8a9661
check and update addressbook subscriptions
10 years ago
orignal
3f314d8355
merge chunked responses
10 years ago
orignal
325117114a
fixed typo
10 years ago
orignal
e1d445ab50
parse HTTP header fields
10 years ago
orignal
b1b72d2d33
rolled back to HTTP 1.0 since chunked is not implemented
10 years ago
orignal
bb5e520a79
reduce minimal # of routers to 50
10 years ago
orignal
fd0069cb0e
fixed merge conflict
10 years ago
orignal
52ee861d3a
load subscriptions
10 years ago
Kill Your TV
42075e74ad
fetch with HTTP/1.1
10 years ago
orignal
1e87aedbb8
Merge branch 'master' of https://github.com/PrivacySolutions/i2pd
10 years ago
orignal
5221e09b67
use VerifyDigest for verification
10 years ago
orignal
0972782553
delete useless field
10 years ago
Kill Your TV
425c746b87
typo fix
10 years ago
orignal
db2d0df2c4
download hosts.txt without proxy
10 years ago
orignal
da1397ff76
fixed build error
10 years ago
orignal
c009fc5d72
look for LeaseSet in shared local destination
10 years ago
Kill Your TV
993b4c92b0
slightly stricter use of mkdir/rm -rf
10 years ago
Kill Your TV
b26bc5c7f4
Add api target
10 years ago
Kill Your TV
e4cc15d19e
Don't build the lib when making static binaries
...
Without this, building on 64-bit systems will fail.
10 years ago
Kill Your TV
e5c2022f71
Fix building in kFreeBSD
...
broken in 8c218bd5
10 years ago
Kill Your TV
b343c24a9f
add explanatory comments to Makefiles
10 years ago
Kill Your TV
21e3778e69
Revert the 'clean-up' commits so that custom build-time flags can be set
...
These commits removed the 'NEEDED*' vars which were added so that CXX*
and LDFLAGS could be specified at build time. By doing away with these
and using solely CXXFLAGS and LDFLAGS, special flags cannot be added.
Indeed, specifying your own CXXFLAGS would cause the build to fail. We
want the build flags to be APPENDED, not overwritten.
10 years ago