Commit Graph

1075 Commits (1c3f70056a27eea83f99568fec7cf2b210544800)
 

Author SHA1 Message Date
orignal 1c3f70056a use shared pointer of RI for transports 10 years ago
orignal d8b9968aed use shared pointer for RI in requested destination 10 years ago
orignal 8a357ac46c store shared pointer to RI in tunnel config 10 years ago
Mikal 5187701af1 Updated NSI file
Forgot to update version in NSI installer script
10 years ago
Mikal 6cc3021baa MSVC13 Fix
Fixed build issue on MSVC13. Bumping to v0.3.0 as we release binaries
and SU3 is added.
10 years ago
orignal 0f4e4a7944 return shared_ptr to RI 10 years ago
orignal 683c97d5c8 shared pointer for local RI 10 years ago
orignal af2a5b93f2 SU3 file parser 10 years ago
orignal f9ec60265a support of RI with EcDSA 10 years ago
orignal a449dc1377 read RI from buffer 10 years ago
orignal f6849442a9 encrypted delivery status 10 years ago
orignal c3e329e406 fixed misalignment 10 years ago
orignal 69cbd71fe0 receive buffers aligned to 16 10 years ago
orignal dd1a798128 AES buffer aligned to 16 bytes 10 years ago
orignal 96387aecbd store RIs as shared pointers 10 years ago
orignal 77b7fff5ed streaming api functions added 10 years ago
orignal 72c0d8443a create local destination through API 10 years ago
orignal 2988395b81 specify application name 10 years ago
orignal 439b8798c9 start/stop/init through api 10 years ago
orignal 7cf19f5784 api added 10 years ago
orignal b9e2b7bf64 delete single message routing session immediately 10 years ago
Mikal cc14b526cd Adding Icon for windows
Adding icon for windows executable.
10 years ago
Mikal 5e67bc62c1 Adding windows installer 10 years ago
Kill Your TV 692cde5151 Remove "DLL-Output" from README's example
This is not required to build i2pd.
10 years ago
Kill Your TV 4fbb823391 Merge branch 'master' into proposed_build_fixes
Conflicts:
	Win32/i2pd.vcxproj
10 years ago
Kill Your TV d636d55cc8 Adding Windows build instructions 10 years ago
apekatten 901eb10125 Removed required admin-level for running 10 years ago
Kill Your TV 4b0001b442 innosetup: Add i2pd to PATH 10 years ago
Kill Your TV 3cd1281167 updates to innosetup script
* support installation of both x64 and x86 binaries
* add readme
* add function to convert line endings. The README.md file currently has
  Windows line endings, but if that ever changes this function will
  automatically make the file "Windows friendly".
10 years ago
Kill Your TV 33f9918854 minor updates to readme
* grammar fixes
* note working VS2013 version
* change tabs to spaces to ensure proper viewing on systems with
* different tab settings
10 years ago
Kill Your TV a518d6063c update vcxproj.filters 10 years ago
Kill Your TV 1232278c46 Various changes to Windows build
- No hard coded dependency paths. These are better set with environment
  variables or property pages.
- Don't require admin rights to run
- Add support for running on Windows XP (note that Boost and Crypto++
  *also* need to be built targetting XP).
- Explicitly set type to console application
- Initial stubs for building x64 version
- Turn off sending error reports to Microsoft
- spaces, not tabs (matches the default when saved by VS2013 itself)
- disable multibyte
- re-enable SDL checks
10 years ago
Kill Your TV dd4283b7c1 Revert "fixed typo" and "fixed crash for Windows"
This reverts commits c8a80a497d and f7791e5289

This didn't actually fix Windows crash problem. In fact, it still
crashed without --log=0 being set. Changes to the i2pd.vcxproj file
fixed the crashes with VS 2013 > update 1.  i2pd now works with VS 2013
Update 3 and Update 4 RC.

Since these changes didn't have the intended effect, let's remove them.
10 years ago
Kill Your TV 3e826cd6dc easier static builds (STATIC=yes)
This will also disable AESNI
10 years ago
Kill Your TV 2f8c37b132 Allow setting the LIBDIR at build time 10 years ago
Kill Your TV e914d1640c allow AESNI to be disabled 10 years ago
Kill Your TV 25b5068f5e allow LDFLAGS to be set by user
Move old LDFLAGS variable to LDLIBS. By doing ths, a user can set their
own LDFLAGS without breaking the build. A case in which this can be
useful is hardening with debian, e.g.

    $ dpkg-buildflags --get LDFLAGS
    -Wl,-z,relro
10 years ago
orignal 38b901484a check for SSU packet size 10 years ago
orignal c8a80a497d fixed typo 10 years ago
orignal faf1fe7a7c aligned AES keys 10 years ago
orignal f7791e5289 fixed crash for Windows 10 years ago
orignal a8acb8ebb4 fixed double deletion 10 years ago
orignal 4334007688 aligned AES and MAC keys 10 years ago
orignal 7a976dd5f2 specify actual mtu in our RI for i2pv6 10 years ago
orignal f28376bf71 DATAGRAM RECEIVED message 10 years ago
orignal 3b435f1e1d get local MTU for Linux 10 years ago
orignal a314feff33 get local MTU for Linux 10 years ago
orignal 0b77c9651b 0.2.0 10 years ago
orignal 6b860c8c88 split SSU to SSU and SSUSession 10 years ago
orignal 0cd04c23c5 split SSU to SSU and SSUSession 10 years ago