552265b
(java_11)
Kotlin: Set Java target to 11 by
2022-01-11 14:35:05 +0100
e9f3e06
Kotlin: Add import of .jar files in /libs by
2022-01-11 14:29:58 +0100
ead76b7
Doc: README.md by
2022-01-04 14:17:23 +0100
ee166f6
Merge pull request 'kotlin_interface_update' (#7) from Francisco/libpEpTransport:kotlin_interface_update into master by
2022-01-03 17:44:13 +0100
87905fc
Kotlin: Add cannot_reach_eth_network and cannot_decode_pdl_message status codes by
2021-11-08 12:56:34 +0100
aa71b37
Kotlin: Restructure Event StatusChanged OnSent and OnReceive to accommodate Flow by
2021-11-08 12:52:15 +0100
e96ca13
Kotlin: Replace notify() with getEventsFlow() by
2021-11-08 12:51:06 +0100
3ac62c3
Kotlin: Replace receiveNext() with getAlMessages() by
2021-11-08 12:50:36 +0100
9d184ca
Kotlin: add Result to startup() and send() methods return by
2021-11-08 12:48:50 +0100
dd34308
Merge pull request 'Kotlin: Add gradle dependency' (#9) from Francisco/libpEpTransport:kotlin_gradle into master by
2022-01-03 17:43:41 +0100
b6081a7
Kotlin: Add gradle dependency by
2021-11-15 17:33:37 +0100
736f825
ObjC: consistans [non]nullable specifier by
2021-12-16 16:18:07 +0100
dec895d
Merge branch 'IPS-120' by
2021-12-16 11:09:22 +0100
75b4119
IPS-120 adapts to trasnport.h changes (adds rating to sendResult) by
2021-12-15 18:59:00 +0100
7a3a8fa
IPS-120 moved back to pEp4IPsec. The master didn't like it here by
2021-12-14 14:13:37 +0100
d20962b
IPS-120 comments out C API. Will be independent lib by
2021-12-14 13:45:33 +0100
39dedc0
IPS-120 redme update re SIGUSR1 vs. LLDB-Xcode by
2021-12-13 18:24:30 +0100
f13a1ee
IPS-120 cosmetic by
2021-12-13 18:12:13 +0100
8d3c223
IPS-120 fixes: header search paths accidentally overridden in target by
2021-12-13 18:11:05 +0100
912f92d
IPS-120 add scheme to build and run TestAutoSendingControlChannel_macOS by
2021-12-13 18:10:09 +0100
69b753c
IPS-120 fixes: init always returns nil by
2021-12-13 18:09:23 +0100
ba9584f
IPS-120 makes config optional (uses good defaults nil) by
2021-12-13 18:05:58 +0100
452dae6
IPS-120 adds auto-sending test ControlChannel transport by
2021-12-10 18:07:00 +0100
05a66e4
IPS-120 first, partly self-recovering, implementation by
2021-12-10 17:57:35 +0100
77ac7e2
IPS-120 in progress ... by
2021-12-10 12:35:25 +0100
68a2f57
IPS-120 renames to PEPIPsecControlChannel by
2021-12-09 17:39:29 +0100
26d5c97
IPS-120 fixes refs and search paths by
2021-12-09 16:55:44 +0100
6b3d798
IPS-120 moves in pEpCC from pEp4IPsec by
2021-12-09 16:37:07 +0100
5738d9f
build-mac - fixes: generate script not triggered even not build folder exists (wrong path in output file). by
2021-11-30 09:57:39 +0100
0829bb5
Merge branch 'IPS-9' by
2021-11-25 14:40:13 +0100
675f935
IPS-9 More verbose status code parameter name by
2021-11-22 14:35:10 +0100
a61e53a
IPS-9 The destination is build-mac/build by
2021-11-22 12:20:31 +0100
8cd23fd
Merge branch 'master' into IPS-9 by
2021-11-19 11:47:46 +0100
5e33207
transport.hh - add constructor to ConfigError by
2021-11-18 14:19:44 +0100
f2c31ea
IPS-9 Don't use @import by
2021-11-18 12:08:09 +0100
257da47
IPS-9 Import the status code by
2021-11-18 12:06:28 +0100
9abccad
IPS-9 Remove the debug output (script for generating) by
2021-11-18 11:57:23 +0100
84e0261
IPS-9 Adapt the generate script to the new relative position by
2021-11-18 11:53:44 +0100
0eb9640
IPS-9 Add shared data by
2021-11-18 11:50:08 +0100
deae804
IPS-9 Move the project dir into build-mac directly by
2021-11-18 11:46:47 +0100
0d7b52c
Merge branch 'master' into IPS-9 by
2021-11-16 15:45:35 +0100
6563291
(trial)
Kotlin: Add cannot_reach_eth_network and cannot_decode_pdl_message status codes by
2021-11-08 12:56:34 +0100
cb0bd89
Kotlin: Restructure Event StatusChanged OnSent and OnReceive to accommodate Flow by
2021-11-08 12:52:15 +0100
8076015
Kotlin: Replace notify() with getEventsFlow() by
2021-11-08 12:51:06 +0100
8486980
Kotlin: Replace receiveNext() with getAlMessages() by
2021-11-08 12:50:36 +0100
6b52974
Kotlin: add Result to startup() and send() methods return by
2021-11-08 12:48:50 +0100
880cfb5
Kotlin: Add java-library to build.gradle by
2021-11-15 16:35:38 +0100
0ab047f
Kotlin: Add gradle dependency by
2021-11-11 13:03:29 +0100
a417afa
Kotlin: Add gradle dependency by
2021-11-15 17:33:37 +0100
c1bc46b
(kotlin_gradle)
Kotlin: Add gradle dependency by
2021-11-15 17:33:37 +0100
02a3f20
(kotlin_interface_update)
Kotlin: Add cannot_reach_eth_network and cannot_decode_pdl_message status codes by
2021-11-08 12:56:34 +0100
dc6a563
Xcode: s/make/make src by
2021-11-11 18:28:55 +0100
c6a95f5
Merge branch 'master' into IPS-9 by
2021-11-11 14:39:11 +0100
ce1ba1d
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 by
2021-11-11 14:26:18 +0100
04f64d7
IPS-9 Do the essential `make ; make install` by
2021-11-11 08:54:18 +0100
830f14e
IPS-9 Roll back changes to master by
2021-11-11 08:53:10 +0100
76a0325
IPS-9 Copy the targets to the prefix by
2021-11-10 16:18:31 +0100
94edd14
IPS-9 Declare src/PEPTransportStatusCode.h as generated by
2021-11-10 09:10:20 +0100
8361f07
IPS-9 SCTP error on receiving by
2021-11-09 14:55:40 +0100
ac52403
IPS-9 Warning about file generation by
2021-11-09 13:34:47 +0100
1ab576d
Merge branch 'master' into IPS-9 by
2021-11-08 15:43:01 +0100
ed1f5f8
Merge branch 'IPS-5' by
2021-11-08 15:41:52 +0100
bdfa5ea
Kotlin: Restructure Event StatusChanged OnSent and OnReceive to accommodate Flow by
2021-11-08 12:52:15 +0100
508cbad
Kotlin: Replace notify() with getEventsFlow() by
2021-11-08 12:51:06 +0100
9caf266
Kotlin: Replace receiveNext() with getAlMessages() by
2021-11-08 12:50:36 +0100
affb6d4
Kotlin: add Result to startup() and send() methods return by
2021-11-08 12:48:50 +0100
0046a4a
IPS-5 fixes wrong build dir. It must not know the Engine and it didn't follow our, well, "concept" by
2021-11-05 17:09:55 +0100
6dcd769
IPS-9 Revert "Copy the generated status code to the engine include dir" by
2021-11-05 11:46:15 +0100
0077f45
IPS-9 SCTP status code for when not being able to decode by
2021-11-05 11:24:52 +0100
395bc19
IPS-9 SCTP status codes start with sctp by
2021-11-05 11:24:12 +0100
ff1e1f4
IPS-9 Copy the generated status code to the engine include dir by
2021-11-05 09:21:38 +0100
1a57b45
IPS-9 No callbackExecutionType in the protocol by
2021-11-04 10:49:57 +0100
260adf1
Merge branch 'master' into IPS-9 by
2021-11-04 10:07:17 +0100
5f12d88
(HEAD -> master)
Merge branch 'IPS-67' by
2021-11-04 09:00:48 +0100
6773985
Merge branch 'master' into IPS-67 by
2021-11-04 08:42:26 +0100
7c9e9d6
Merge pull request 'kotlin_interface_update' (#6) from Francisco/libpEpTransport:kotlin_interface_update into master by
2021-11-03 14:12:00 +0100
4d4e8f8
Kotlin: add missing properties types by
2021-11-02 15:20:28 +0100
f26d3d5
Kotlin: fix wrong status type by
2021-11-02 15:16:11 +0100
0156ef8
Kotlin: deliver rating for sent messages by
2021-11-02 13:35:54 +0100
58955bc
IPS-9 Remove ghost xcode project by
2021-11-03 10:21:23 +0100
ab4c5ad
Merge branch 'master' into IPS-67 by
2021-11-02 16:33:57 +0100
8c0b847
IPS-67 Keep iOS and macOS the same by
2021-11-02 14:13:46 +0100
b73c098
IPS-67 Only one target dir is needed by
2021-11-02 14:11:56 +0100
6a9b515
IPS-67 Fix paths by
2021-11-02 14:03:54 +0100
fe55482
change signal_sendto_result() for now. Type aliases for callback funcs. by
2021-11-02 13:50:57 +0100
e992d0e
IPS-67 Revert "Debug this" by
2021-11-02 13:49:13 +0100
af00718
IPS-67 Debug this by
2021-11-02 13:39:47 +0100
4246331
IPS-67 Move engine transport subproject by
2021-11-02 12:38:42 +0100
b54c45b
IPS-67 Own mac build directory by
2021-11-02 12:37:28 +0100
6d32d1b
(IPS-67)
Add function prototype to header file, otherwise useless. by
2021-11-01 22:21:01 +0100
8acf752
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/libpEpTransport by
2021-10-21 23:02:42 +0200
6e2315d
The delegate doesn't signal errors itself, so void by
2021-10-18 09:37:37 +0200
44e9c31
doc by
2021-10-17 23:18:56 +0200
09232f4
Merge branch 'master' of ssh://gitea.pep.foundation:23065/pEp.foundation/libpEpTransport by
2021-10-15 15:11:36 +0200
4baeb4e
changing ownership; sendto() now takes ownership of message by
2021-10-15 15:11:06 +0200
5dc0082
Use the same naming is in pEpCC by
2021-10-14 17:12:00 +0200
c289203
Unify with pEpCC by
2021-10-14 17:06:29 +0200
09e79ee
transport.hh: suggestions/questions for fdik :) by
2021-10-09 15:50:08 +0200
c267dd8
we do not need constructors in an interface by
2021-10-07 19:11:15 +0200
195a694
no unresolved symbols in pure abstract classes by
2021-10-07 17:14:57 +0200