8
0
forked from pool/cpp-httplib
Commit Graph

15 Commits

Author SHA256 Message Date
54d019a41e - Move examples to devel subpackage
- Drop headers-only flavor and remove aliases for pkg-config files
  (gh#yhirose/cpp-httplib#1491)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=15
2023-02-16 07:09:30 +00:00
a52c3c7ac2 Update to version 0.12.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=14
2023-02-09 15:11:41 +00:00
89c65e36ef Fix cpp-httplib-headers build
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=13
2023-02-08 15:05:28 +00:00
9ee3fc246e - Switch to meson tests
- Add examples to headers package

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=12
2023-02-08 14:57:29 +00:00
0bd43622be - For an explicit choice when buildtime dependencies resolving
added an unique pkgconfig files aliases for both shipped library
  flavors: cpp-httplib-headers.pc and cpp-httplib-shared.pc
- Enable tests performing for compiled flavor

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=11
2023-02-07 15:29:28 +00:00
eb312d10a5 Accepting request 1060703 from devel:libraries:c_c++
Migrate from obscpio to classical tar.gz sources archive for properly debugsource package building

OBS-URL: https://build.opensuse.org/request/show/1060703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpp-httplib?expand=0&rev=1
2023-01-25 16:42:49 +00:00
5443574828 Accepting request 1060702 from home:svalx
Migrate from obscpio to classical tar.gz sources archive for properly

OBS-URL: https://build.opensuse.org/request/show/1060702
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=9
2023-01-24 21:18:07 +00:00
adfc342378 Fix build for Leap
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=8
2023-01-17 11:55:42 +00:00
00f9b648e9 - Update to version 0.11.4:
* Release v0.11.4
  * add support for requests with both MultipartFormDataItems and Content Providers (#1454)
  * Add EINTR and EAGAIN judge for accept (#1438)
  * Updated unit test
  * std::condition_variable::notify_one/all() should be called after unlocking mutex (#1448)
  * Support LOCAL_ADDR and LOCAL_PORT header in client Request (#1450)
  * Fix #1442
  * Removed code for upsupported OpenSSL
- Combined multibuild cpp-httplib and cpp-httplib-headers packages
- Remove unneeded BuildRequires for cpp-httplib-headers

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=7
2023-01-17 10:25:12 +00:00
75ec71d709 - Move LICENSE file to the library package
- Drop cmake BuildRequires and linker additional "-s" flag

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=6
2023-01-16 17:56:45 +00:00
08096817ed OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=5 2023-01-16 13:35:44 +00:00
3321500b94 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=4 2023-01-02 18:25:51 +00:00
6cb665c50d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=3 2023-01-02 18:23:05 +00:00
005e03b5d3 Accepting request 1046144 from home:jengelh:branches:devel:libraries:c_c++
- Redo description so it does not rely on monospace formatting.

OBS-URL: https://build.opensuse.org/request/show/1046144
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=2
2023-01-02 18:14:18 +00:00
455e15d2d5 Accepting request 1045357 from home:svalx
A C++11 cross platform HTTP/HTTPS library
Features:
- Built-in mappings
- Static file server
- Post routing handler
- Pre routing handler
- Receive content with a content receiver
- Bind a socket to multiple interfaces and any available port
NOTE: This is a multi-threaded 'blocking' HTTP library.
If you are looking for a 'non-blocking' library, this is not the one that you want.

OBS-URL: https://build.opensuse.org/request/show/1045357
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=1
2023-01-02 11:27:03 +00:00