| Age | Commit message (Expand) | Author |
| 2020-04-05 | Added ft_dstrerase, ft_dstrsubstitute | Charles |
| 2020-04-04 | Added test for ft_strsjoin, ft_strsjoinf, ft_vecpush_safe, Added doc for algo... | Charles |
| 2020-04-04 | Added test and doc for dynamic string | Charles |
| 2020-04-04 | Added ft_strsjoin, ft_strsjoinf, ft_compar_str, ft_vecsort, ft_vecpush_safe | Charles |
| 2020-04-03 | Added doubly linked list struct and basic functions on it | Charles |
| 2020-04-03 | Added Dynamic string struct (no test, no doc) | Charles |
| 2020-04-03 | Changing hash table del function to regular one with a first order internal f... | Charles |
| 2020-04-03 | Added ft_fnmatch function | Charles |
| 2020-04-02 | Fixed ft_vecgrow, Added ft_vecinsert | Charles |
| 2020-04-01 | Added ft_vecremove, Updated README.md | Charles |
| 2020-04-01 | Added vector | Charles |
| 2020-04-01 | Norm compliant comment format, dirty script for doxygen comments | Charles |
| 2020-03-30 | Renaming test according to src | Charles |
| 2020-03-30 | Added documentation for ht and lst | Charles |
| 2020-03-30 | Added Doxygen config file | Charles |
| 2020-03-28 | Added ft_strjoin3 | Charles |
| 2020-03-04 | Added ft_htiter.c | Charles |
| 2020-03-04 | Added hash table documentation | Charles |
| 2020-02-28 | Added ft_lstlfind,ft_lstlsearch and ft_split_destroy | Charles |
| 2020-02-28 | hash table unit testing, norming | Charles |
| 2020-02-19 | Tested ht* | Charles |
| 2020-02-17 | amend me | Charles |
| 2020-02-17 | Added ft_lstlsearch and ft_lstlfind for ht manipulation | Charles |
| 2020-02-16 | Filled lst* tests | Charles |
| 2020-02-15 | Added lst* tests (mainly boilerplate) | Charles |
| 2020-02-14 | Added documentation for all functions and refactored ft_strjoin_free -> ft_st... | Charles |
| 2020-02-13 | Added tests for algo*, fixing ft_bsearch and ft_mergesort | Charles |
| 2020-02-13 | Filled mem* tests | Charles |
| 2020-02-13 | Added mem and ctype documentation | Charles |
| 2020-02-13 | filling mem tests, testing readme doc | Charles |
| 2020-02-13 | Added mem/test_* boilerplate | Charles |
| 2020-02-13 | Added ft_memmem and ft_memset_pattern4, not tested | Charles |
| 2020-02-12 | Added ctype tests, ignore htnew tests | Charles |
| 2020-02-10 | Added ft_bsearch, ft_lsearch, ft_lfind | Charles |
| 2020-02-10 | Added ft_reverse, ft_isblank, ft_strnlen, ft_strpbrk, ft_strsep | Charles |
| 2020-02-10 | Added ft_strspn, ft_strcspn | Charles |
| 2020-02-10 | Fixing ft_strcmp, Added ft_strcasecmp, ft_strncasecmp | Charles |
| 2020-02-10 | Fixing merge compilation error, Added ft_mergesort | Charles |
| 2020-02-10 | Merge branch 'push_swap' | Charles |
| 2020-02-10 | Added ft_lstsort, ft_lstsorted_merge | Charles |
| 2020-02-09 | Added btree basic | Charles |
| 2020-02-06 | Create LICENSE | HappyTramp |
| 2020-02-02 | hash table unit testing, norming | Charles |
| 2020-01-31 | Setup unit test with unity | Charles |
| 2020-01-30 | making hashtable compile | Charles |
| 2020-01-30 | Renaming t_list -> t_ftlst, changing feature adding by header | Charles |
| 2020-01-30 | renaming header files, .libftignore file for simpler features selection | Charles |
| 2020-01-30 | hash table draft | Charles |
| 2020-01-19 | Added algo functions ft_qsort, ft_is_set, ft_memswap, ft_compar_int | Charles |
| 2020-01-18 | Added ft_getchar and fixing strtol | Charles |