Skip to content

Releases: babelouest/orcania

Release 2.3.3

16 Sep 21:35
ffc8b55
Compare
Choose a tag to compare
  • Enforce base64decode

Release 2.3.2

05 Jan 13:34
21a4d79
Compare
Choose a tag to compare
  • Improve cmake script and MSVC support
  • Build with flag -Wconversion

Release 2.3.1

15 Oct 15:19
c66e9a4
Compare
Choose a tag to compare
  • Minor bugfixes

Release 2.3.0

28 May 15:45
f103652
Compare
Choose a tag to compare
  • Add o_base64_encode_alloc, o_base64_decode_alloc, o_base64url_encode_alloc, o_base64url_decode_alloc, o_base64url_2_base64_alloc, o_base64_2_base64url_alloc
  • Fix pkg-config file with absolute path for CMAKE_INSTALL_{INCLUDE,LIB}DIR, Closes #27

Release 2.2.2

09 Mar 21:40
5121d36
Compare
Choose a tag to compare
  • Add o_strnullempty
  • Breaking: trimwhitespace now returns const char * instead of char *, might give compiler warning
  • Refactor o_base64* functions

Release 2.2.1

02 Jun 11:47
9aa9642
Compare
Choose a tag to compare
  • Add ld flags in liborcania.pc on static build

Release 2.2.0

27 Feb 18:16
4bbd599
Compare
Choose a tag to compare
  • Add command-line tool base64url which is similar to GNU base64 tool but for base64url format

Release 2.1.1

30 Jun 00:07
934362d
Compare
Choose a tag to compare
  • Harmonize and fix license
  • Fix doc generator
  • Rework mstrcatf
  • Fix pkgconfig install on Makefile
  • Add simple API documentation summary

Release 2.1.0

19 Jan 13:38
3c014d0
Compare
Choose a tag to compare
  • Add doxygen documentation
  • Add functions pointer_list_clean_free, pointer_list_remove_at_free and pointer_list_remove_pointer_free
  • split_string returns size_t
  • Add functions o_strnchr and o_strrnchr
  • Add function trimcharacter
  • Improve o_base64_decode if input data is invalid

Release 2.0.1

09 Jul 14:14
Compare
Choose a tag to compare
  • Fix double free() on pointer_list_remove_at
  • Fix build for MacOSX (thanks JohnAZoidberg!)
  • Clean build process
  • Fix config option STRTSR so cmake and makefile will use the same name