Luca Saiu
cc2a52632b
WIP comment out annoying output; I have to speak to Heck to agree on a clean solution
2 years ago
Luca Saiu
b46c26f1f8
Message: add set_opt_field and remove_opt_field, making opt fields modifiable from Python
Also update DEPENDENCIES to use a new Engine RC with the new (trivial) API
functions.
2 years ago
heck
a2ccfac61a
Fix: Re-Add the original function 'import_key'
has been removed by changing it to use 'import_key_with_fpr'
2 years ago
heck
b5d35fcd67
Fix: Function 'import_key' has incorrect name
(has been changed to use import_key_with_fpr_return. So 1) the actual func 'import_key' is gone, and 2) the new func has to be called 'import_key_with_fpr_return'
2 years ago
Luca Saiu
19ca884783
import_key: change Python documentation to reflect the new API
2 years ago
Luca Saiu
eadbd2d52d
import_key: enrich return value, adding the list of imported FPRs
2 years ago
heck
5955eba1b8
update for new sync interface
2 years ago
heck
44f66c4744
Improvement: update for rename of retrieve_next_sync_event in libpEpAdapter
2 years ago
heck
c57aeca312
Improvement: update for API change - remove `PEP_SESSION.sync_obj` ( closes #12 )
2 years ago
heck
223f4ac3cd
Build: Add Makefile-based build
4 years ago
heck
983164e42a
Style: Dont use namespace std, it has no future considering templates (dont 'use' any namespace, use ns aliases)
4 years ago
heck
cc2a5a2aa7
Feature: Add set_comm_partner_key()
4 years ago
heck
4f13825991
FROMATTING: reformat cxx codebase
4 years ago
heck
4d4bb909c2
Remove: UserInterface_callback because its unused and should be implemented in python if needed again ever (probably not)
4 years ago
heck
e02ee00b0f
re-add set_sync_mode() (OFF,SYNC,ASYNC)
4 years ago
heck
ec5b5643ca
Fix session mgmt and some cleanup
4 years ago
heck
c03191dfc4
WIP: warning: breaks existing tests (WIP!) Making it work with libpEpAdapter/master/tip
4 years ago
heck
7fb3ef584e
use Adapter::inject_sync_shutdown() (libpEpAdapter > 0517b9b)
4 years ago
Volker Birk
7f2d884f6e
add disable_all_sync_channels() and test with extra identity
4 years ago
heck
bb70cf0169
PYADPT-111: "Add Single Threaded Sync Implementation" - Implementation
4 years ago
heck
fc927ccaac
FIX: thread.isAlive() replaced with thread.is_alive() (deprecated)
4 years ago
heck
f858556460
PYADPT-110: "Add Mutlithreaded Sync Implementation" - Implementation
4 years ago
heck
4209c480a6
correct typo
4 years ago
Thomas
ea5d4f62ed
Add Windows project and adjust build script for Windows build
4 years ago
heck
c643f1ff4c
C++ class Myself : Identity unused
5 years ago
heck
c86c95bd77
More documentation on all operations
5 years ago
heck
0af1ba949e
define the pEpPythonAdapter version at compile-time. Fallback to setuptools_scm.
5 years ago
heck
2b5793ff63
PYADPT-87 - "Drop usless `__main__` part form module"
5 years ago
heck
b5d3177292
PYADPT-86 - "Rename `native_pEp` into `_pEp`"
PYADPT-89 - "Make `native_pep` / `_pEp` a submodule of `pEp`"
More doc
5 years ago
juga
18f01bed7e
Programatically obtain package version
Closes PYADPT-96
5 years ago
heck
f40ca8d8e6
Formatting only - K&R 1TBS is the standard here
5 years ago
heck
73666d8437
Mutli-threading support for native libs calling python code added
mixing UserInterface replaced with pEp.notify_handshake() to be overwritten (just like message_to_send())
5 years ago
heck
47a0fb5cc1
include guards, replace #pragma once, make sure license headers, minor formatting
5 years ago
heck
c18746e4ec
remove local adapter.cc/hh locked_queue.hh
5 years ago
heck
24e13adfe1
sync/message_to_send() callback impl in python and using libpEpAdapter / add pEp.start_sync()
5 years ago
heck
3d42d9a7d5
remove unnecessary namespace identifier pEp::
5 years ago
heck
50ebe60221
Includes/namespace/using cleanup
5 years ago
heck
07d2130bf0
hybrid C++/Python package / Add Makefile
5 years ago