10 Commits

Author SHA1 Message Date
eb73749367 Release v0.1.8.4 prepare for release 2025-08-29 13:12:32 +02:00
828edfb0fd Release v0.1.5.4 prepare for release 2025-08-29 12:16:03 +02:00
47b36588d3 Release v0.1.5.4 prepare for release 2025-08-29 12:08:10 +02:00
cd7e957692 Fix compiler warnings and improve code quality
- Replace unsafe strcpy with strcpy_s for better security
- Fix DLL binding issues by adding PRIVATEBIN_API macros
- Add explicit type casts to resolve size conversion warnings
- Replace unsafe getenv with _dupenv_s for better security
- Add PRIVATEBINAPI_EXPORTS definition in CMakeLists.txt
- Improve CMake configuration for better build compatibility
2025-08-28 21:25:25 +02:00
b30a36b884 v0.1.1.5: Enhanced text format support (plaintext, syntax highlighting, markdown); comprehensive testing and documentation 2025-08-28 20:20:46 +02:00
0b4b5244f1 test: remove stray character at file start 2025-08-28 17:07:21 +02:00
a741d3b969 tests: update test_basic.cpp 2025-08-28 16:33:47 +02:00
df74c8a1af CTest: integrate example as optional test (PRIVATEBIN_IT-gated) and ensure DLL copy; wire example into root CMake 2025-08-28 15:44:16 +02:00
0f58d40f52 Tests: add live integration test (optional via PRIVATEBIN_IT), fix WinHTTP host/port + TLS opts, robust JSON parser (meta.time_to_live), CTest wiring; Add LLVM/clang-cl coverage option and docs; add build_thinkpad.bat; README updates 2025-08-28 15:22:00 +02:00
90d9a23dd2 Initial commit: PrivateBin API C++ DLL implementation 2025-08-28 09:15:47 +02:00