June 2000 Commit Log

Number of Commits:
50
Number of Active Developers:
5
matz 2000-06-29 08:46

matz

24 lines of code changed in:

eban 2000-06-28 13:27

2000-06-28

6 lines of code changed in:

eban 2000-06-28 11:45

2000-06-28

1 lines of code changed in:

matz 2000-06-28 09:31

matz

250 lines of code changed in:

aamine 2000-06-27 14:36

* lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.24.

* lib/net/protocol.rb: modified each_crlf_line again.

* lib/net/protocol.rb: do_write_beg,do_write_end -> writing{}

do_write_do -> do_write

* lib/net/http.rb: can make proxy connection by passing

addresses to HTTP.new, start.

* lib/net/http.rb: HTTP.new_implementation, old_implementation:

can use 1.2 implementation of head, get, post, put.

(see document)

192 lines of code changed in:

aamine 2000-06-27 14:29

update ChangeLog

16 lines of code changed in:

eban 2000-06-26 16:16

2000-06-27

19 lines of code changed in:

matz 2000-06-26 08:27

select() scheduling bug

4 lines of code changed in:

eban 2000-06-24 17:53

2000-06-25

0 lines of code changed in:

eban 2000-06-24 16:50

2000-06-25

0 lines of code changed in:

eban 2000-06-24 15:06

2000-06-24

123 lines of code changed in:

matz 2000-06-23 08:05

2000-06-23

59 lines of code changed in:

matz 2000-06-22 09:29

2000-06-22

194 lines of code changed in:

shugo 2000-06-22 06:37

*** empty log message ***

37 lines of code changed in:

eban 2000-06-22 05:39

2000-06-22

14 lines of code changed in:

eban 2000-06-20 02:55

2000-06-20

8 lines of code changed in:

wakou 2000-06-19 22:18

Tue Jun 20 06:14:43 2000 Wakou Aoyama <wakou@fsinet.or.jp>



* lib/cgi.rb: change: version syntax. old: x.yz, now: x.y.z



* lib/net/telnet.rb: ditto.

745 lines of code changed in:

matz 2000-06-19 09:38

2000-06-19

209 lines of code changed in:

eban 2000-06-19 04:37

2000-06-19

35 lines of code changed in:

wakou 2000-06-17 18:52

expand tabs: lib/cgi.rb, lib/net/telnet.rb

481 lines of code changed in:

aamine 2000-06-17 09:15

Sat Jun 17 17:23:28 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp>



* ChangeLog: add lib/net/* entries; modify some entries

224 lines of code changed in:

aamine 2000-06-16 14:47

Fri Jun 16 22:56:02 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp>



* protocol.rb (each_crlf_line): too many CRLF is concat-ed:

remove each_crlf_line2(), @wbuf

* protocol.rb: CRLF -> "\r\n", D_CRLF -> ".\r\n", strip //o

38 lines of code changed in:

eban 2000-06-16 13:41

2000-06-16

15 lines of code changed in:

matz 2000-06-16 08:44

2000-06-16

71 lines of code changed in:

matz 2000-06-14 09:08

2000-06-14-2

55 lines of code changed in:

matz 2000-06-14 06:50

2000-06-14

5 lines of code changed in:

matz 2000-06-14 06:30

2000-06-14

75 lines of code changed in:

eban 2000-06-14 06:20

2000-06-14

4 lines of code changed in:

eban 2000-06-14 06:15

2000-06-14

12 lines of code changed in:

wakou 2000-06-13 16:53

Wed Jun 14 00:50:14 2000 Wakou Aoyama <wakou@fsinet.or.jp>



* lib/cig.rb: read_multipart(): if no content body then raise EOFError.

18 lines of code changed in:

matz 2000-06-13 10:57

tk font patch

173 lines of code changed in:

matz 2000-06-13 10:42

2000-06-13

69 lines of code changed in:

matz 2000-06-13 10:04

pstore abort handle

2 lines of code changed in:

matz 2000-06-13 03:50

IO#seek segv

1 lines of code changed in:

matz 2000-06-13 03:48

subtle daylight bug

7 lines of code changed in:

aamine 2000-06-12 17:42

o protocol.rb, smtp.rb, pop.rb, http.rb: define all#inspect()

o protocol.rb, smtp.rb, pop.rb, http.rb: modify/add documents

151 lines of code changed in:

eban 2000-06-12 17:34

2000-06-13

2 lines of code changed in:

aamine 2000-06-12 16:45

o http.rb: body is in HTTPResponse

5 lines of code changed in:

eban 2000-06-12 15:46

2000-06-12

19 lines of code changed in:

matz 2000-06-12 08:48

2000-06-12

494 lines of code changed in:

matz 2000-06-09 08:55

Thread#safe_level

3 lines of code changed in:

aamine 2000-06-09 08:53

o protocol.rb: ProtocolError can take data

o http.rb: raise exception with response

31 lines of code changed in:

eban 2000-06-07 16:49

2000-06-08

12 lines of code changed in:

matz 2000-06-06 03:39

bignum divmod bug

4 lines of code changed in:

matz 2000-06-05 09:46

2000-06-05

94 lines of code changed in:

eban 2000-06-04 16:32

see ChangeLog

16 lines of code changed in:

eban 2000-06-04 07:55

CONFIG["libdir"]

1 lines of code changed in:

wakou 2000-06-03 19:22

Sun Jun 4 03:17:36 2000 Wakou Aoyama <wakou@fsinet.or.jp>



* lib/cig.rb: improve: CGI::pretty()

34 lines of code changed in:

eban 2000-06-03 18:14

see ChangeLog

4 lines of code changed in:

aamine 2000-06-01 14:43

o smtp.rb: not catch NameError in auth

o http.rb: not close connection in get_body,

Only connection() closes socket

12 lines of code changed in:

May 2000 »

Generated by StatSVN 0.3.2-SNAPSHOT