OSDN Git Service

avoid having multiple connections to a single host.
authorAkira <akohta001@gmail.com>
Sat, 14 Dec 2013 10:08:54 +0000 (19:08 +0900)
committerAkira <akohta001@gmail.com>
Sat, 14 Dec 2013 10:08:54 +0000 (19:08 +0900)
commit21834174c2185092cfbec856ef1c2c20951388df
treedfa3b8cfb3cc46562c1f63b56e045f2c8c763777
parent6a1ef8d273d1ad72ae623f47695fbd3e37de7782
avoid having multiple connections to a single host.
background update for favorites data.
auto scroll resview.
use offlaw.so when open a favorite thread that is not listed on the subject.txt.
25 files changed:
Makefile
Makefile.in
README
config.h
configure
configure.ac
help.txt
src/_2ch/_2ch.c
src/env.c
src/inc/config.h
src/inc/env.h
src/inc/net/nt_socket.h
src/inc/ui/disp.h
src/inc/utils/nt_mutex.h
src/inc/utils/nt_timer.h [new file with mode: 0644]
src/main.c
src/net/nt_socket.c
src/net/nt_ssl_socket.c
src/ui/disp_favorite.c
src/ui/disp_reslist.c
src/ui/disp_threadlist.c
src/usr/favorite_t.c
src/utils/nt_mutex.c
src/utils/nt_pthread.c
src/utils/nt_timer.c [new file with mode: 0644]