Libapi

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around v1.2.0.

2024-09-30
20:06
Return -1 if there is any kind of error. ... (Leaf check-in: bd149b030d user: absc tags: trunk)
2024-05-02
19:31
Create the leading components during installation. ... (check-in: 25d69aaad9 user: absc tags: trunk)
19:25
Bump library version. Not really required, but 1.2 is out and we are working on 1.3. ... (check-in: d28a82e578 user: absc tags: trunk)
2024-05-01
14:31
Add missing sections. ... (check-in: fd99a35707 user: absc tags: trunk)
13:48
Use better sentences in configuration. ... (check-in: 4de93c15f3 user: absc tags: trunk)
2024-04-29
21:09
Use the library name variable where needed. ... (check-in: e68bd81dda user: absc tags: trunk)
2024-04-28
21:11
Release libapi 1.2.0. This is the first portable release. Tested on OpenBSD, Alpine and Debian. ... (check-in: 891a449bf7 user: absc tags: trunk, release, v1.2.0)
20:56
Corrected spacing. ... (check-in: b3b2722410 user: absc tags: trunk)
20:50
Add a CHANGELOG file and related updates. ... (check-in: d8f65afd65 user: absc tags: trunk)
20:29
Move the doc in the wiki directory. ... (check-in: fae07585e3 user: absc tags: trunk)
20:27
Debian is Debian GNU/Linux ... (check-in: 09f6afe07b user: absc tags: trunk)
20:26
Remove a semicolon form the freezero macro definition. ... (check-in: 2127aae76b user: absc tags: trunk)
20:25
Use a better README file. ... (check-in: ec10ebc2d3 user: absc tags: trunk)
20:18
Add missing freezero check. ... (check-in: 2c5f4f143b user: absc tags: trunk)
15:12
Handle DESTDIR like autoconf does. ... (check-in: 49cb56becb user: absc tags: trunk)
14:54
Updated the home page. ... (check-in: e030e961fc user: absc tags: trunk)
14:35
No need for a manpage for th readme. ... (check-in: 4ca61f945b user: absc tags: trunk)
14:31
Change how programs should be linked. ... (check-in: 9e412d8dc7 user: absc tags: trunk)
10:07
Add configure help documentation. ... (check-in: 30f545f0d9 user: absc tags: trunk)
09:39
use "share" as part of the manpage prefix. ... (check-in: ffbd89ddaf user: absc tags: trunk)
09:21
Better wording for the configure actions. ... (check-in: 1b135678e5 user: absc tags: trunk)
2024-04-27
21:39
We link the libraries in the programs. ... (check-in: ad269ccb64 user: absc tags: trunk)
2024-04-26
21:19
Handle installing the right man page format. ... (check-in: f25a4dbf04 user: absc tags: trunk)
21:11
Add documentation in man format, with related generation target. ... (check-in: 228dc517ff user: absc tags: trunk)
21:09
No need for the documentation to be in markdown. ... (check-in: d1b083815a user: absc tags: trunk)
21:08
Add a couple more comments. ... (check-in: 5b36076a7d user: absc tags: trunk)
21:03
Add missing flags. ... (check-in: 3044b741b5 user: absc tags: trunk)
20:39
Redirect stderr to /dev/null. ... (check-in: fc16c9a258 user: absc tags: trunk)
2024-04-25
21:40
This file is now unused. ... (check-in: 1f79b5369a user: absc tags: trunk)
21:40
Complete portable build. Need to be tested on Linux and FreeBSD. Other platforms may come. ... (check-in: 1f787ef6a2 user: absc tags: trunk)
21:30
Add compat header file. ... (check-in: 25b8452c13 user: absc tags: trunk)
21:23
Properly handle linking and flags variables. ... (check-in: 3503fef8ef user: absc tags: trunk)
20:31
Initial portable configuration. ... (check-in: e9a42a146b user: absc tags: trunk)
20:29
We generate the Makefile from the portable one. ... (check-in: af8fe1a9c5 user: absc tags: trunk)
2024-04-24
21:26
Add compatibility files. ... (check-in: 1780ca6d0e user: absc tags: trunk)
21:15
Initial work on portable build. Just move the openbsd specific file in it's own one. ... (check-in: 691bc4a704 user: absc tags: trunk)
2024-03-16
17:01
Corrected repository link. ... (check-in: 794cafc18f user: absc tags: trunk, v1.1.0)
16:59
Release libapi 1.1.0 ... (check-in: bdff7e8151 user: absc tags: trunk)
16:03
Removed unuseful man page wiki. ... (check-in: d42e086cb7 user: absc tags: trunk)
12:36
Handle the operation timeout as a separate error. Some programs might want to handle it specially. ... (check-in: dd0955ae7b user: absc tags: trunk)
2024-03-10
22:43
Add the ability to upload files. ... (check-in: 83a610204b user: absc tags: trunk)
21:18
To sent files in a form, a size parameter is required. ... (check-in: d7cad2da64 user: absc tags: trunk)
2024-03-09
21:06
Properly set the pointer to NULL after freeing it. ... (check-in: deab8fa316 user: absc tags: trunk)
2024-03-02
22:37
Allow keeping cookies in memory. ... (check-in: c9c8176b74 user: absc tags: trunk)
2024-03-01
22:26
Add the apiaddformfield function. Useful to send POST forms. libapi is going to be transformed a bit. ... (check-in: 0bd416778d user: absc tags: trunk)
2022-07-30
16:48
The tag must be the right one. ... (check-in: 6acab558e1 user: absc tags: trunk)
16:47
Corrected download link. ... (check-in: da5c044444 user: absc tags: trunk)
2021-10-13
21:36
As per libcurl docs, use the proper option to set the POST data size. In the examples, it previously worked because postman does not rely on the content-length header to read data. ... (check-in: 13533a06a3 user: absc tags: trunk)
21:24
We add the content-length header by default. ... (check-in: a722f84971 user: absc tags: trunk, origin, master)
21:09
Added environment variable for debugging. ... (check-in: 94ab219e9b user: absc tags: trunk, origin, master)