Directory lib/cgi/session/

Directory Created:
2003-07-15 08:35
Total Files:
1
Deleted Files:
0
Lines of Code:
111

Browse with ViewVC

[root]/lib/cgi/session

Lines of Code

lib/cgi/session/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 143 (100.0%) 14.3
matz 6 (60.0%) 89 (62.2%) 14.8
wew 1 (10.0%) 46 (32.2%) 46.0
shugo 1 (10.0%) 4 (2.8%) 4.0
nobu 1 (10.0%) 4 (2.8%) 4.0
shyouhei 1 (10.0%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

nobu 2006-07-30 15:06

* lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.

fixed: [ruby-talk:204896]

4 lines of code changed in:

matz 2004-12-15 07:35

* lib/set.rb (Set#==): [ruby-dev:25206]



* ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]



* utf8.c (utf8_is_mbc_ambiguous): [ruby-talk:123561]



* utf8.c (utf8_mbc_to_normalize): ditto.

1 lines of code changed in:

matz 2004-11-19 17:59

* string.c (str_gsub): internal buffer should not be listed by

ObjectSpace.each_object() by String#gsub. [ruby-dev:24931]



* lib/cgi/session.rb (CGI::Session::FileStore::initialize): raise

exception if data corresponding to session specified from the

client does not exist.

4 lines of code changed in:

matz 2004-10-19 11:25

* io.c (read_all): block string buffer modification during

rb_io_fread() by freezing it temporarily. [ruby-dev:24479]



* dir.c (rb_push_glob): block call at once the end of method.

[ruby-dev:24487]



* ext/enumerator/enumerator.c (enum_each_slice): remove

rb_gc_force_recycle() to prevent potential SEGV.

[ruby-dev:24499]



* ext/zlib/zlib.c (zstream_expand_buffer): hide internal string

buffer by clearing klass. [ruby-dev:24510]



* ext/socket/socket.c (sock_s_getservbyaname): protocol string

might be altered. [ruby-dev:24503]



* string.c (rb_str_upto): check if return value from succ is a

string. [ruby-dev:24504]



* io.c (rb_io_popen): get mode string via rb_io_flags_mode() to

avoid mode string modification. [ruby-dev:24454]



* io.c (rb_io_getline_fast): should take delim as unsigned char to

distinguish EOF and '\377'. [ruby-dev:24460]



* io.c (rb_io_getline): add check for RS modification.

[ruby-dev:24461]



* enum.c (enum_sort_by): use qsort() directly instead using

rb_iterate(). [ruby-dev:24462]



* enum.c (enum_each_with_index): remove rb_gc_force_recycle() to

prevent access to recycled object (via continuation for

example). [ruby-dev:24463]

1 lines of code changed in:

shugo 2004-08-24 08:59

* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not

use a session id as a filename.

* lib/cgi/session/pstore.rb (CGI::Session::PStore#initialize): ditto.

* lib/cgi/session/pstore.rb (CGI::Session::PStore#initialize): use

Dir::tmpdir.

4 lines of code changed in:

matz 2004-07-23 08:52

* gc.c (define_final): should not disclose NODE* to Ruby world.

[ruby-dev:23957]

3 lines of code changed in:

matz 2003-10-16 18:47

consistent parentheses in assignment RHS.

2 lines of code changed in:

wew 2003-08-29 14:27

Add documentation in RDoc format.

46 lines of code changed in:

matz 2003-07-15 08:35

* lib/matrix.rb: remove elements conversion to_f, to_i, to_r.



* lib/cgi/session/pstore.rb: add new file.



* process.c (proc_getgroups, proc_setmaxgroups): fix typo.

78 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT