-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9a80ae
commit e5a21b2
Showing
3 changed files
with
19 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
Changes: | ||
- Fix SIZE_T_MAX is always equals to UINT_MAX. | ||
- new version v0.1.4 | ||
- tool script | ||
- map.c: fix resize map | ||
- Add Visual Studio solution and project fie. | ||
- Fixed tests. | ||
- Changes in map: change buffer type to uint8_t* and add const qualifiers to constant buffers. | ||
- Removed dangerous pointer arithmetics. | ||
- Update types in hash. Use constant pointers for input data. | ||
- Add test for lru | ||
- algs/lru_cache.c: lru cache interface | ||
- Fix struct alias usage | ||
- IpV6 | ||
- tcp fixed | ||
- new interface for node wrapper | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters