Francisco Cunha
|
87905fc07b
|
Kotlin: Add cannot_reach_eth_network and cannot_decode_pdl_message status codes
|
1 year ago |
Francisco Cunha
|
aa71b3788c
|
Kotlin: Restructure Event StatusChanged OnSent and OnReceive to accommodate Flow
|
1 year ago |
Francisco Cunha
|
e96ca1383c
|
Kotlin: Replace notify() with getEventsFlow()
|
1 year ago |
Francisco Cunha
|
3ac62c389a
|
Kotlin: Replace receiveNext() with getAlMessages()
|
1 year ago |
Francisco Cunha
|
9d184ca1c7
|
Kotlin: add Result to startup() and send() methods return
|
1 year ago |
huss
|
dd343083de
|
Merge pull request 'Kotlin: Add gradle dependency' (#9) from Francisco/libpEpTransport:kotlin_gradle into master
Reviewed-on: #9
|
1 year ago |
Francisco Cunha
|
b6081a7ac3
|
Kotlin: Add gradle dependency
|
1 year ago |
Andreas Buff
|
736f8255af
|
ObjC: consistans [non]nullable specifier
|
1 year ago |
Andreas Buff
|
dec895ddca
|
Merge branch 'IPS-120'
|
1 year ago |
Andreas Buff
|
75b41198cf
|
IPS-120 adapts to trasnport.h changes (adds rating to sendResult)
|
1 year ago |
Andreas Buff
|
7a3a8fa3e3
|
IPS-120 moved back to pEp4IPsec. The master didn't like it here
|
1 year ago |
Andreas Buff
|
d20962b25c
|
IPS-120 comments out C API. Will be independent lib
|
1 year ago |
Andreas Buff
|
39dedc088a
|
IPS-120 redme update re SIGUSR1 vs. LLDB-Xcode
|
1 year ago |
Andreas Buff
|
f13a1ee7a4
|
IPS-120 cosmetic
|
1 year ago |
Andreas Buff
|
8d3c2236f6
|
IPS-120 fixes: header search paths accidentally overridden in target
|
1 year ago |
Andreas Buff
|
912f92da7b
|
IPS-120 add scheme to build and run TestAutoSendingControlChannel_macOS
|
1 year ago |
Andreas Buff
|
69b753c9e9
|
IPS-120 fixes: init always returns nil
|
1 year ago |
Andreas Buff
|
ba9584ff2e
|
IPS-120 makes config optional (uses good defaults nil)
|
1 year ago |
Andreas Buff
|
452dae618c
|
IPS-120 adds auto-sending test ControlChannel transport
|
1 year ago |
Andreas Buff
|
05a66e4264
|
IPS-120 first, partly self-recovering, implementation
|
2 years ago |
Andreas Buff
|
77ac7e25bd
|
IPS-120 in progress ...
|
2 years ago |
Andreas Buff
|
68a2f575cb
|
IPS-120 renames to PEPIPsecControlChannel
|
2 years ago |
Andreas Buff
|
26d5c97c01
|
IPS-120 fixes refs and search paths
|
2 years ago |
Andreas Buff
|
6b3d798892
|
IPS-120 moves in pEpCC from pEp4IPsec
|
2 years ago |
Andreas Buff
|
5738d9f070
|
build-mac - fixes: generate script not triggered even not build folder exists (wrong path in output file).
|
2 years ago |
Dirk Zimmermann
|
0829bb5dbb
|
Merge branch 'IPS-9'
|
2 years ago |
Dirk Zimmermann
|
675f935327
|
IPS-9 More verbose status code parameter name
|
2 years ago |
Dirk Zimmermann
|
a61e53a497
|
IPS-9 The destination is build-mac/build
|
2 years ago |
Dirk Zimmermann
|
8cd23fd574
|
Merge branch 'master' into IPS-9
|
2 years ago |
heck
|
5e33207408
|
transport.hh - add constructor to ConfigError
|
2 years ago |
Dirk Zimmermann
|
f2c31ea2e7
|
IPS-9 Don't use @import
|
2 years ago |
Dirk Zimmermann
|
257da477cc
|
IPS-9 Import the status code
|
2 years ago |
Dirk Zimmermann
|
9abccada87
|
IPS-9 Remove the debug output (script for generating)
|
2 years ago |
Dirk Zimmermann
|
84e026197a
|
IPS-9 Adapt the generate script to the new relative position
|
2 years ago |
Dirk Zimmermann
|
0eb96403c0
|
IPS-9 Add shared data
|
2 years ago |
Dirk Zimmermann
|
deae804b2a
|
IPS-9 Move the project dir into build-mac directly
|
2 years ago |
Dirk Zimmermann
|
0d7b52cf63
|
Merge branch 'master' into IPS-9
|
2 years ago |
Andreas Buff
|
dc6a563cc8
|
Xcode: s/make/make src
|
2 years ago |
Dirk Zimmermann
|
c6a95f53e1
|
Merge branch 'master' into IPS-9
|
2 years ago |
Andreas Buff
|
ce1ba1dd92
|
Fixes: only parts of required headers copied in /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src install
mkdir -p /Users/buff/workspace/pEp/src_pEp4ipsec/libpEpTransport/build-mac/pEpTransport/../build/include/pEp
mkdir -p /Users/buff/workspace/pEp/src_pEp4ipsec/libpEpTransport/build-mac/pEpTransport/../build/lib
cp -v transport.hh PEPTransportProtocol.h PEPTransportStatusCode.h transport_status_code.h TransportStatusCode.cs /Users/buff/workspace/pEp/src_pEp4ipsec/libpEpTransport/build-mac/pEpTransport/../build/include/pEp/
transport.hh -> /Users/buff/workspace/pEp/src_pEp4ipsec/libpEpTransport/build-mac/pEpTransport/../build/include/pEp/transport.hh
PEPTransportProtocol.h -> /Users/buff/workspace/pEp/src_pEp4ipsec/libpEpTransport/build-mac/pEpTransport/../build/include/pEp/PEPTransportProtocol.h
PEPTransportStatusCode.h -> /Users/buff/workspace/pEp/src_pEp4ipsec/libpEpTransport/build-mac/pEpTransport/../build/include/pEp/PEPTransportStatusCode.h
transport_status_code.h -> /Users/buff/workspace/pEp/src_pEp4ipsec/libpEpTransport/build-mac/pEpTransport/../build/include/pEp/transport_status_code.h
TransportStatusCode.cs -> /Users/buff/workspace/pEp/src_pEp4ipsec/libpEpTransport/build-mac/pEpTransport/../build/include/pEp/TransportStatusCode.csby adding /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
make[1]: Nothing to be done for `all'. before
|
2 years ago |
Dirk Zimmermann
|
04f64d7950
|
IPS-9 Do the essential `make ; make install`
|
2 years ago |
Dirk Zimmermann
|
830f14e839
|
IPS-9 Roll back changes to master
|
2 years ago |
Dirk Zimmermann
|
76a0325d83
|
IPS-9 Copy the targets to the prefix
|
2 years ago |
Dirk Zimmermann
|
94edd14f3f
|
IPS-9 Declare src/PEPTransportStatusCode.h as generated
|
2 years ago |
Dirk Zimmermann
|
8361f07d7d
|
IPS-9 SCTP error on receiving
|
2 years ago |
Dirk Zimmermann
|
ac52403a1a
|
IPS-9 Warning about file generation
|
2 years ago |
Dirk Zimmermann
|
1ab576d3f7
|
Merge branch 'master' into IPS-9
|
2 years ago |
Andreas Buff
|
ed1f5f8364
|
Merge branch 'IPS-5'
|
2 years ago |
Andreas Buff
|
0046a4a921
|
IPS-5 fixes wrong build dir. It must not know the Engine and it didn't follow our, well, "concept"
|
2 years ago |
Dirk Zimmermann
|
6dcd76933b
|
IPS-9 Revert "Copy the generated status code to the engine include dir"
This reverts commit ff1e1f4067 .
|
2 years ago |