root/lang/c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @35360 [35360] 4 years kazuho apache compatible way of header handling
(edit) @35359 [35359] 4 years kazuho API was broken ToT
(edit) @35357 [35357] 4 years kazuho rename func
(edit) @35350 [35350] 4 years kazuho add fast countermeasure against slowloris
(edit) @35349 [35349] 4 years kazuho initial import
(edit) @35348 [35348] 4 years kazuho mkdir
(edit) @35347 [35347] 4 years kazuho mkdir
(edit) @35109 [35109] 4 years mattn oops!
(edit) @35088 [35088] 4 years mattn changed evidence message.
(edit) @35083 [35083] 4 years mattn win32 porting: you should include "picoev_w32.h" in your own code.
(edit) @35080 [35080] 4 years mattn win32 porting
(edit) @35079 [35079] 4 years mattn いったん作成
(edit) @35078 [35078] 4 years mattn いったん削除
(edit) @35076 [35076] 4 years mattn win32 porting
(edit) @35053 [35053] 4 years kazuho fix compiler warning
(edit) @35051 [35051] 4 years kazuho fix kqueue
(edit) @35044 [35044] 4 years kazuho fix
(edit) @35043 [35043] 4 years kazuho add iterator
(edit) @35036 [35036] 4 years kazuho fix
(edit) @35034 [35034] 4 years kazuho optimized impl. for kqueue (but not well tested)
(edit) @35033 [35033] 4 years kazuho refine the algo
(edit) @35031 [35031] 4 years kazuho comment out debug info
(edit) @35030 [35030] 4 years kazuho now uses same strategy for epoll as libev does
(edit) @35029 [35029] 4 years kazuho same logic? as libev
(edit) @35020 [35020] 4 years kazuho better allocator, fix off-by-one memory access (though should not have …
(edit) @35018 [35018] 4 years kazuho set socket flags
(edit) @35017 [35017] 4 years kazuho follow api changes in backend
(edit) @35016 [35016] 4 years kazuho follow api changes in backend
(edit) @35015 [35015] 4 years kazuho postpone registration of epoll flags very agressively
(edit) @35014 [35014] 4 years kazuho add indicator
(edit) @35013 [35013] 4 years kazuho lazy update of epoll states
(edit) @35011 [35011] 4 years kazuho better abstraction
(edit) @35009 [35009] 4 years kazuho adjust structure
(edit) @35008 [35008] 4 years kazuho fix
(edit) @35005 [35005] 4 years kazuho optimize cache usage (used to hit the top of page too frequently)
(edit) @35001 [35001] 4 years kazuho add license
(edit) @35000 [35000] 4 years kazuho use short instead of long for bit vector
(edit) @34998 [34998] 4 years kazuho remove trailing space
(edit) @34997 [34997] 4 years kazuho cleare ev_queue_off
(edit) @34996 [34996] 4 years kazuho better range check
(edit) @34995 [34995] 4 years kazuho better comparison
(edit) @34994 [34994] 4 years kazuho better comparison
(edit) @34993 [34993] 4 years kazuho fix bugs, add bench
(edit) @34990 [34990] 4 years kazuho add kqueue support
(edit) @34989 [34989] 4 years kazuho return more errors
(edit) @34988 [34988] 4 years kazuho return errors from poll layer
(edit) @34987 [34987] 4 years kazuho use valloc
(edit) @34986 [34986] 4 years kazuho receive 1024 events by default
(edit) @34985 [34985] 4 years kazuho add epoll
(edit) @34984 [34984] 4 years kazuho better abstraction, set default timeout of echo server to 10 secs
(edit) @34983 [34983] 4 years kazuho add exmaple
(edit) @34982 [34982] 4 years kazuho add timeout handling
(edit) @34980 [34980] 4 years kazuho initial import
(edit) @34979 [34979] 4 years kazuho mkdir
(edit) @34978 [34978] 4 years kazuho mkdir
(edit) @34771 [34771] 4 years saturday06 adofjklad
(edit) @34770 [34770] 4 years saturday06 aaaaasdf
(edit) @34710 [34710] 4 years saturday06 がんばってそうじした
(edit) @34708 [34708] 4 years saturday06 majika............…
(edit) @34696 [34696] 4 years saturday06 asdf
(edit) @34693 [34693] 4 years saturday06 zlib, minizip
(edit) @34591 [34591] 4 years itkz added fuction
(edit) @34482 [34482] 4 years itkz fixed MinGW warning
(edit) @34416 [34416] 4 years itkz fixed accept() bug
(edit) @34178 [34178] 4 years itkz fixed some warnings
(edit) @34092 [34092] 4 years rikeda 電卓。
(edit) @34091 [34091] 4 years rikeda
(edit) @34090 [34090] 4 years rikeda
(edit) @34070 [34070] 4 years itkz fixed some warning
(edit) @33948 [33948] 4 years itkz not use rtmp_server_client_t that is freed
(edit) @33947 [33947] 4 years itkz include windows.h when system is Windows
(edit) @33946 [33946] 4 years itkz changed last argument of accept from int to socklen_t
(edit) @33905 [33905] 4 years itkz removed debug code
(edit) @33904 [33904] 4 years itkz implemented client disconnecting in server
(edit) @33903 [33903] 4 years itkz fixed miss comment out
(edit) @33902 [33902] 4 years itkz add test Player.as
(edit) @33848 [33848] 4 years itkz support server mode and connecting client to server
(edit) @33715 [33715] 4 years moriyoshi * as per the request of id:msakamoto-sf
(edit) @33389 [33389] 4 years msakamoto-sf - add multi-accept, fork-model echo server.
(edit) @33388 [33388] 4 years msakamoto-sf - fix printf() to perror() in server01.c - improve makefile.
(edit) @33345 [33345] 4 years itkz change variable names
(edit) @33224 [33224] 4 years msakamoto-sf add some simple echo server/clients.
(edit) @33223 [33223] 4 years msakamoto-sf set svn:mime-type for README_ja.txt.
(edit) @33222 [33222] 4 years msakamoto-sf import echo_samples directory
(edit) @33144 [33144] 4 years kawa0117 tdserver - copyright
(edit) @33108 [33108] 4 years kawa0117 tdserver - POST cmd=optimize added
(edit) @33095 [33095] 4 years kawa0117 tdserver - on-memory database not supported
(edit) @33094 [33094] 4 years kawa0117 tdserver - query bug fix
(edit) @33093 [33093] 4 years kawa0117 tdserver - num and start option supported
(edit) @33092 [33092] 4 years kawa0117 tdserver - limit option supported
(edit) @33086 [33086] 4 years kawa0117 tdserver - id type is uint64_t
(edit) @33084 [33084] 4 years kawa0117 tdserver - format=binary supported
(edit) @33061 [33061] 4 years kawa0117 tdserver - better query parsing
(edit) @33058 [33058] 4 years itkz support download MPEG4
(edit) @33010 [33010] 4 years kawa0117 Tokyo Dystopia tdserver is GPL
(edit) @33009 [33009] 4 years kawa0117 Tokyo Dystopia tdserver HEAD method updated
(edit) @33007 [33007] 4 years kawa0117 Tokyo Dystopia tdserver
(edit) @32283 [32283] 4 years int128 Adds init scripts for Gentoo Linux.
(edit) @32226 [32226] 4 years kazuho refine directory layout
(edit) @32222 [32222] 4 years kazuho moving to coderepos
Note: See TracRevisionLog for help on using the revision log.