Commit Graph

5050 Commits (f0d4ee6618867eb7dc5162d654467f2ee52655f0)
 

Author SHA1 Message Date
l-n-s 030a6ebb71
Merge pull request #1093 from l-n-s/rm_root_docker
Remove broken Dockerfile and it's entrypoint
7 years ago
l-n-s 5a657cff89 Remove broken Dockerfile and it's entrypoint 7 years ago
R4SAS f3488be7af update rpm, increase release version for Fedora and CentOS 7 years ago
R4SAS 4af0caa506 fix build on GCC 8.0.1
https://bugzilla.redhat.com/show_bug.cgi?id=1541688
7 years ago
orignal 0728991821
Merge pull request #1092 from majestrate/master
fix federoa rawhide build with gcc 8
7 years ago
Jeff Becker 21c35f770b
fix federoa rawhide build with gcc 8 7 years ago
orignal f039af6eda
Merge pull request #1090 from hypnosis-i2p/openssl
quit features replaced by stop; gradle upgraded; i2pd version name updated at build.gradle
7 years ago
hypnosis-i2p eb3f703b46 gradle upgraded; i2pd version name updated 7 years ago
hypnosis-i2p b88b82a85c quit features replaced by stop - more 2 7 years ago
hypnosis-i2p 1d0791dbf5 quit features replaced by stop - more 7 years ago
hypnosis-i2p 87f2eefd35 quit features replaced by stop 7 years ago
R4SAS b8a2c9f955
Merge pull request #1089 from yangfl/upstream
i2pd.service: do not block system shutdown for 10 min
7 years ago
yangfl 319d748639 i2pd.service: do not block system shutdown for 10 min 7 years ago
yangfl 4f84d687e4 add endian detection for glibc 7 years ago
R4SAS fbb9991128 remove obsoletes tag for rpm git package 7 years ago
orignal 62bac24246
Merge pull request #1086 from BOPOHA/patch-3
i2pd.spec delete obsoletes tag
7 years ago
orignal 4aa8461bea
Merge pull request #1087 from BOPOHA/patch-4
systemd issue in centos 7
7 years ago
BOPOHA ce57a130fc
systemd issue in centos 7
Not working pre-create pid-file dir (/run/i2pd).
It fixed with one of this ways:

> PermissionsStartOnly=True
or 
> ExecStartPre=/bin/mkdir -p -m 0700 /var/run/i2pd
> ExecStartPre=/bin/chown i2pd: /var/run/i2pd

First way is prefer because RuntimeDirectory's options already used.
7 years ago
BOPOHA 80567312ed
i2pd.spec delete obsoletes tag
https://github.com/PurpleI2P/i2pd/pull/1084#issuecomment-362215861

```
Resolving Dependencies
--> Running transaction check
---> Package i2pd.x86_64 0:2.17.0-20171206git.el7.centos will be updated
---> Package i2pd.x86_64 0:2.18.0-1.el7.centos will be obsoleting
---> Package i2pd-systemd.x86_64 0:2.17.0-20171206git.el7.centos will be obsoleted
--> Finished Dependency Resolution

Dependencies Resolved

==========================================================================
 Package   Arch        Version                     Repository        Size
==========================================================================
Installing:
 i2pd      x86_64      2.18.0-1.el7.centos         vorona-i2pd      915 k
     replacing  i2pd-systemd.x86_64 2.17.0-20171206git.el7.centos

Transaction Summary
==========================================================================
Install  1 Package

Total download size: 915 k
Is this ok [y/d/N]:
```
@l-n-s  thx, obsoletes tag is unneeded in next release)
7 years ago
R4SAS 180730f9cf
fix rpm spec's (#1084)
* added spec for git package
* fixed double slashes
* changed versioning for stable builds
7 years ago
R4SAS fca2693488 add centos/fedora build status 7 years ago
orignal b6e75e9c5a
Update changelog 7 years ago
orignal 4901434209 2.18.0 7 years ago
R4SAS 13d174c09c add tunconf in systemctl service file 7 years ago
l-n-s 5363c063d1
Merge pull request #1067 from l-n-s/rpm_updates
Update rpm spec and systemd unit
7 years ago
R4SAS 32d300248e update building stuff 7 years ago
Darknet Villain 3426906a4f [rpm] Fix changelogs to comply with guidelines, add tunconf key to systemd package 7 years ago
R4SAS 3aaa942c94
Merge pull request #1082 from PurpleI2P/apparmor-homedir
add users homedir to apparmor profile
7 years ago
R4SAS 95d8887ab0 update profile 7 years ago
R4SAS 6272e15b47 add users homedir to profile 7 years ago
R4SAS 20b4f6b24d update apparmor profile 7 years ago
Darknet Villain 6ee279d83e [rpm] Merge i2pd-systemd with i2pd package + changelog 7 years ago
orignal b00ff43be7
Update README.md 7 years ago
orignal dfbefee477 graceful shutdown complete if no transit tunnels anymore 7 years ago
orignal 8c2de4973c rollback 7 years ago
orignal e1527dc137 update LeaseSet if a tunnel was deleted 7 years ago
R4SAS 0957f6b143
Merge pull request #1055 from yangfl/upstream
replace non-working CheckLibcxxAtomic
7 years ago
orignal 7db2e9dc4a don't verify signature twice 7 years ago
orignal b1c701085b don't verify signature twice 7 years ago
orignal e8d6c803cd
Merge pull request #1076 from majestrate/fix-streaming-race-2018-01-25
try streaming race condition fix
7 years ago
Jeff Becker f4a2dda94e
try streaming race condition fix 7 years ago
l-n-s c4216379ed
Merge pull request #1074 from l-n-s/fix_docker_2
Fix docker 2
7 years ago
Darknet Villain 52195bf296 Merge remote-tracking branch 'upstream/openssl' into fix_docker_2 7 years ago
orignal 10fe75ed87
Merge pull request #1073 from majestrate/fix-netdb-ls-publish-2018-01-24
check for valid LS before updating
7 years ago
Darknet Villain 1c659d6ef6 Merge remote-tracking branch 'upstream/openssl' into fix_docker_2 7 years ago
Darknet Villain 3ac86db038 Fix Docker image error 7 years ago
Jeff Becker 4a77a03033
* Add LeaseSetBufferValidate which checks lease validity and extracts timestamp
* check for leases with LeaseSetBufferValidate before update in floodfill code as to prevent malicous nodes removing good LS
7 years ago
Jeff Becker 3820b51960
Revert "check for valid LS before updating"
This reverts commit e070ce4e34.
7 years ago
Jeff Becker e070ce4e34
check for valid LS before updating 7 years ago
R4SAS 0bb0adbf3e fix addressbook fetch timeout 7 years ago