rtos/tinyara.git
2017-07-11 Jin-Seong Kimtls : add license files (Apache v2.0)
2017-07-11 Jin-Seong Kimnetutils/codec : separates build source codes in Makefile
2017-07-11 Jin-Seong Kimexamples/libcoap_client : fix memory leakage on libcoap...
2017-07-11 Jin-Seong Kimlibc/netdb : fix overflow issue on DNS send buffer
2017-07-11 Jin-Seong Kimnetutils/libcoap : trivial patches, to improve stabliit...
2017-07-11 Seongeun Choiexternal/wakaama : fixes memory leakage in tcp api
2017-07-11 Seongeun Choiexamples/lwm2m_test : fixes memory leakage
2017-07-11 Junyeon LEEnet/tls: fixes memory leakage in easy tls api.
2017-07-11 Junyeon LEEexamples/lwm2m_test: fixes lwm2m_test usage.
2017-07-11 Junyeon LEEexamples/libcoap: fix compile error in example.
2017-07-11 Jin-Seong Kimexternal/wakaama : Fix compilation error on client...
2017-07-11 Jin-Seong Kimexample/webclient : Fix compilation error without TLS...
2017-07-11 Jin-Seong Kimexternal/wakaama : Update wakaama client from wakaama...
2017-07-11 Jin-Seong Kimexternal/wakaama : Revert client example to 1.0_Public_...
2017-07-11 Wonsang Ryouspi: fix mismatched return types of SPI_SETMODE and...
2017-07-11 Junyeon LEERevert "external/wakaama: remove tinydtls library"
2017-07-11 Junyeon LEEnetutils/http: fixes minor issues in webserver and...
2017-07-11 Junyeon LEEnetutils/websocket: check returning value of pthread_...
2017-07-11 Junyeon LEEnet/tls: check function's return value
2017-07-11 Jin-Seong Kimexamples/libcoap_server : trivial fixes for libcoap_ser...
2017-07-11 Wonsang Ryouexamples/sensor_test: introduce ppd42ns sensor example...
2017-07-11 Wonsang Ryoudrivers/sensors: introduce common sensor APIs
2017-07-11 Junyeon LEEexternal/wakaama: restore wakaama examples.
2017-07-11 Jihun Ahnnetutils/webclient: fix function comment
2017-07-11 Junyeon LEEexternal/wakaama: add dependency between dm and platfor...
2017-07-11 Jihun Ahnnetutils/webclient: check the request argument
2017-07-11 Jihun Ahnnetutils/webclient: combine similar code from http_clie...
2017-07-11 Jihun Ahnnetutils/webclient: remove errout statement
2017-07-11 Jihun Ahnnetutils/webclient: remove else routine
2017-07-11 Jihun Ahnnetutils/webclient: fix location of argument check
2017-07-11 Jihun Ahnnetutils/webclient: separate 'wget_base' according...
2017-07-11 Junyeon LEEnetutils/webserver: add NULL pointer check after alloc...
2017-07-11 Junyeon LEEnet/tls: add NULL pointer check after alloc buffer
2017-07-11 Junyeon LEEnetutils/webclient: add NULL pointer check after alloc...
2017-07-11 EunBong Songmtd Kconfig: Fix trivial typo
2017-07-11 EunBong SongKconfig: Fix trivial bug of DOWNLOAD_IMAGE & SMARTFS_IMAGE
2017-07-11 Junyeon LEEexamples/lwm2m_test: fix a compilation error on prv_sta...
2017-07-11 Junyeon LEEnet/tls: easy_tls api supports DTLS connection
2017-07-11 Jin-Seong Kimlibc/netdb : nuttx patch, fix time info in lib_dnscache.c
2017-07-11 EunBong Songexternal/wakaama: clean up the wakaama build tree
2017-07-11 Jin-Seong Kimexamples/dnsclient : minor patch to enhance stability...
2017-07-11 Junyeon LEEexamples/lwm2m_test: introduce lwm2m test examples
2017-07-11 Wonsang Ryounetutils/mqtt: allow concurrent sub,unsub,pub on same...
2017-07-11 Jin-Seong Kimexamples/libcoap : trivial patch, remove not supported...
2017-07-11 Junyeon LEEexamples/tls: fixes uninitialized timer context error
2017-07-11 EunBong Songwakama Kconfig: change default from n to y
2017-07-11 Junyeon LEEexamples/websocket: fixes buffer overflow
2017-07-11 Jin-Seong Kimexamples/libcoap_client : bug fix, deinitializes global...
2017-07-11 sunghan-changMerge pull request #267 from jeongarmy/master
2017-07-11 sunghan-changMerge pull request #268 from jeongchanKim/kernel_heapinfo
2017-07-11 sunghan-changMerge pull request #250 from EunBongSong/ds-dev2
2017-07-11 EunBong SongMerge branch 'master' into ds-dev2
2017-07-11 Jin-Seong Kimexamples/libcoap_test : separates coap-client / server...
2017-07-11 jc_.kimChange negative values to defined in heapinfo
2017-07-11 jc_.kimModify heapinfo for excluding child stacksize from...
2017-07-11 Seongeun Choiexternal/wakaama : fixes memory leakage
2017-07-11 Jin-Seong Kimnetutils/libcoap : bug fix, memory leakage on coap_dele...
2017-07-11 Jin-Seong Kimexamples/coap-server : add flag to prevent duplicate...
2017-07-11 bossjisunetutils/websocket: organizing code
2017-07-11 Jin-Seong Kimnetutils/mdns : fix build error without responder confi...
2017-07-11 bossjisunetutils/websocket: organizing code
2017-07-11 Junyeon LEEnetutils/webclient: check webclient example running...
2017-07-11 Junyeon LEEexternal/wakaama: add context free.
2017-07-11 Jin-Seong Kimexamples/coap-server : trivial patch on handle signal...
2017-07-11 Jin-Seong Kimexternal/wakaama : patch to add close socket for abnorm...
2017-07-11 Jin-Seong Kimexternal/wakaama : separate coap_serialize_message...
2017-07-11 Jin-Seong Kimnetutils/dhcpc : do not send decline message to same...
2017-07-11 EunBong Songexamples/http: support option parameters
2017-07-11 Jin-Seong Kimexamples/dnsclient_test : remove log of official hostname
2017-07-11 Seongeun Choiexternal/wakaama : modify dependency for wakaama app...
2017-07-11 Jin-Seong Kimfixup! netutils/webclient: duplicates memory allocation
2017-07-11 Jin-Seong Kimnetutils/dhcpd : trivial patch, add debug log on dhcp...
2017-07-11 Seongeun Choiexternal/wakaama : initialize main loop status
2017-07-11 Junyeon LEEnetutils/webclient: duplicates memory allocation
2017-07-11 Seongeun Choiexternal/wakaama : fix bug parsing int64_t type
2017-07-11 Jin-Seong Kimexample/libcoap_test : introduce libcoap 4.1.1 test...
2017-07-11 Jin-Seong Kimnetutils/libcoap : patch for coap_transaction_id function
2017-07-11 Jin-Seong Kimnetutils/libcoap : introduce libcoap 4.1.1
2017-07-11 Gregory Lemercierexamples/tls: fix certificates retrieval from SSS
2017-07-11 Heesub Shinfixup! s5j: add device driver for mct
2017-07-11 Heesub Shinfixup! examples: add a sample application for showing...
2017-07-11 daesungAdd .travis.yml for CI env
2017-07-11 Ahreum JeongChanges format of function for clean up in tc macros...
2017-07-11 sangwon03Merge pull request #262 from sunghan-chang/master
2017-07-11 sunghan-changMerge pull request #234 from shivgarg/master
2017-07-11 sunghan-changMerge pull request #261 from kimusan/master
2017-07-11 sunghan-changMerge pull request #265 from jeongarmy/environ
2017-07-11 sunghan-changMerge pull request #264 from jeongarmy/tc_fslibc
2017-07-10 Kim SchulzFix header license for slsiwifi app
2017-07-10 Kim Schulzfix header license for wifi driver
2017-07-10 Kim Schulzfix header license for wifi api
2017-07-10 Kim SchulzFix header license for slsiwifi app
2017-07-10 Ahreum JeongAdd conditionals of CONFIG_DISABLE_ENVIRON to functions...
2017-07-10 Ahreum JeongExpand fs testcases, libc stdio, dirent, and vfs
2017-07-07 sunghanfix indentation on pthread
2017-07-07 sunghanremove unnecessary app, prun and ramtron
2017-07-04 sunghan-changMerge pull request #260 from jeongchanKim/kernel_tc
2017-07-04 jc_.kimAdd omitted select option in Kernel TC Kconfig for...
2017-07-04 sunghan-changMerge pull request #259 from jeongchanKim/kernel_doxygen
2017-07-03 jc_.kimModify the indent and coding rule for doxygen
next