History log of /mOS-networking-stack/core/src/mos_api.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 05e3289c 21-Oct-2017 YoungGyoun <[email protected]>

Patches for mOS release 0.4 (see http://mos.kaist.edu/guide/release/04_release_note.html#mos-release-0-4-october-21-2017 for more details)


# 861ea7df 09-Mar-2017 Asim Jamshed <[email protected]>

- Removed outdated code.
- General code cleanup.


# ec2936c9 04-Mar-2017 Asim Jamshed <[email protected]>

- Minor corrections.


# a14d6bd4 02-Mar-2017 Asim Jamshed <[email protected]>

- Patched some latent bugs
- event submodule updated
- cleaned up redundant and outdated code.


# a834ea89 23-Feb-2017 Asim Jamshed <[email protected]>

- General code revisions throughout
--> Replaced magic numbers with useful macros
--> Rearranged a few functions.


# 91df013f 22-Feb-2017 Asim Jamshed <[email protected]>

- Added documentation files (man pages, etc.)
- Some tweaks.


# a5e1a556 02-Oct-2016 Asim Jamshed <[email protected]>

Bunch of updates
- Added -Werror to gcc switch in Makefiles
- Fixed some inline functions
- Added SocketErrors
- Added mtcp_getsockname() function
- Fixed a bug in mtcp_accept()
- Added const t

Bunch of updates
- Added -Werror to gcc switch in Makefiles
- Fixed some inline functions
- Added SocketErrors
- Added mtcp_getsockname() function
- Fixed a bug in mtcp_accept()
- Added const to some func params (made it more similar to BSD socket interface)
- Created multiple address pools (per interface)
- Fixed a bug in cpu.c
- Added timeout feature in dpdk's select() (disabled by default)
- Patched a bug related to timeouts in mtcp_epoll_wait()
- Fixed some bugs related to TCP state management

show more ...


# 3b6b9ba6 25-Aug-2016 Asim Jamshed <[email protected]>

- Code cleanup..


# 76404edc 27-May-2016 Asim Jamshed <[email protected]>

- Release 0.3 (first commit)