-
juvinious
2013-07-29 21:20
#19
Rev.: 7980
-
11 lines of code changed in 2 files:
-
misc/vagrant/chef-cookbooks/web/recipes:
default.rb (+1 -1)
-
misc/vagrant/web:
Vagrantfile (+10 -7)
-
juvinious
2013-07-29 16:00
#18
Rev.: 7979
-
22 lines of code changed in 2 files:
-
misc/vagrant/chef-cookbooks/web/recipes:
default.rb (+10 -5)
-
misc/vagrant/web:
Vagrantfile (+12 -1)
-
juvinious
2013-07-29 12:52
#17
Rev.: 7977
-
22615 lines of code changed in 271 files:
-
misc/vagrant/chef-cookbooks/apache2:
.gitignore (new 3),
CHANGELOG.md (new 170),
CONTRIBUTING.md (new 257),
Gemfile (new 10),
Gemfile.lock (new 147),
LICENSE (new 201),
README.md (new 581),
metadata.json (new 1),
metadata.rb (new 213)
-
misc/vagrant/chef-cookbooks/apache2/attributes:
default.rb (new 153),
mod_auth_cas.rb (new 2),
mod_auth_openid.rb (new 32),
mod_ssl.rb (new 19)
-
misc/vagrant/chef-cookbooks/apache2/definitions:
apache_conf.rb (new 26),
apache_module.rb (new 53),
apache_site.rb (new 43),
web_app.rb (new 50)
-
misc/vagrant/chef-cookbooks/apache2/files/default:
apache2_module_conf_generate.pl (new 41)
-
misc/vagrant/chef-cookbooks/apache2/files/default/tests/minitest:
default_test.rb (new 77),
god_monitor_test.rb (new 34),
mod_apreq2_test.rb (new 19),
mod_auth_cas_test.rb (new 11),
mod_auth_openid_test.rb (new 37),
mod_cgi_test.rb (new 13),
mod_dav_svn_test.rb (new 14),
mod_fastcgi.rb (new 11),
mod_include_test.rb (new 15),
mod_perl_test.rb (new 18),
mod_php5_test.rb (new 13),
mod_python_test.rb (new 10),
mod_ssl_test.rb (new 28)
-
misc/vagrant/chef-cookbooks/apache2/files/default/tests/minitest/support:
helpers.rb (new 65)
-
misc/vagrant/chef-cookbooks/apache2/recipes:
default.rb (new 223),
god_monitor.rb (new 33),
iptables.rb (new 20),
logrotate.rb (new 31),
mod_alias.rb (new 22),
mod_apreq2.rb (new 54),
mod_auth_basic.rb (new 20),
mod_auth_cas.rb (new 59),
mod_auth_digest.rb (new 20),
mod_auth_openid.rb (new 125),
mod_authn_file.rb (new 20),
mod_authnz_ldap.rb (new 20),
mod_authz_default.rb (new 20),
mod_authz_groupfile.rb (new 20),
mod_authz_host.rb (new 20),
mod_authz_user.rb (new 20),
mod_autoindex.rb (new 22),
mod_cgi.rb (new 20),
mod_dav.rb (new 20),
mod_dav_fs.rb (new 21),
mod_dav_svn.rb (new 41),
mod_deflate.rb (new 22),
mod_dir.rb (new 22),
mod_env.rb (new 20),
mod_expires.rb (new 20),
mod_fastcgi.rb (new 26),
mod_fcgid.rb (new 55),
mod_headers.rb (new 20),
mod_include.rb (new 22),
mod_ldap.rb (new 20),
mod_log_config.rb (new 24),
mod_logio.rb (new 24),
mod_mime.rb (new 22),
mod_negotiation.rb (new 22),
mod_perl.rb (new 44),
mod_php5.rb (new 78),
mod_proxy.rb (new 22),
mod_proxy_ajp.rb (new 21),
mod_proxy_balancer.rb (new 20),
mod_proxy_connect.rb (new 20),
mod_proxy_http.rb (new 20),
mod_python.rb (new 37),
mod_rewrite.rb (new 20),
mod_setenvif.rb (new 22),
mod_ssl.rb (new 46),
mod_status.rb (new 22),
mod_wsgi.rb (new 38),
mod_xsendfile.rb (new 38)
-
misc/vagrant/chef-cookbooks/apache2/templates/default:
a2dismod.erb (new 22),
a2dissite.erb (new 29),
a2enmod.erb (new 37),
a2ensite.erb (new 38),
apache2.conf.erb (new 238),
apache2.god.erb (new 19),
charset.erb (new 6),
default-site.erb (new 57),
etc-sysconfig-httpd.erb (new 31),
port_apache.erb (new 3),
ports.conf.erb (new 6),
security.erb (new 50),
web_app.conf.erb (new 47)
-
misc/vagrant/chef-cookbooks/apache2/templates/default/mods:
README (new 2),
alias.conf.erb (new 24),
auth_cas.conf.erb (new 1),
auth_cas.load.erb (new 1),
authopenid.load.erb (new 1),
autoindex.conf.erb (new 101),
deflate.conf.erb (new 16),
dir.conf.erb (new 5),
fastcgi.conf.erb (new 5),
fcgid.conf.erb (new 10),
include.conf.erb (new 4),
include.erb (new 4),
mime.conf.erb (new 198),
negotiation.conf.erb (new 18),
php5.conf.erb (new 16),
proxy.conf.erb (new 19),
setenvif.conf.erb (new 28),
ssl.conf.erb (new 77),
status.conf.erb (new 26)
-
misc/vagrant/chef-cookbooks/apt:
.gitignore (new 14),
.kitchen.yml (new 38),
Berksfile (new 8),
CHANGELOG.md (new 97),
CONTRIBUTING (new 29),
LICENSE (new 201),
README.md (new 243),
TESTING.md (new 25),
metadata.json (new 1),
metadata.rb (new 30)
-
misc/vagrant/chef-cookbooks/apt/attributes:
default.rb (new 4)
-
misc/vagrant/chef-cookbooks/apt/files/default:
apt-proxy-v2.conf (new 50)
-
misc/vagrant/chef-cookbooks/apt/providers:
preference.rb (new 61),
repository.rb (new 132)
-
misc/vagrant/chef-cookbooks/apt/recipes:
cacher-client.rb (new 59),
cacher-ng.rb (new 40),
default.rb (new 68)
-
misc/vagrant/chef-cookbooks/apt/resources:
preference.rb (new 30),
repository.rb (new 40)
-
misc/vagrant/chef-cookbooks/apt/templates/debian-6.0:
acng.conf.erb (new 174)
-
misc/vagrant/chef-cookbooks/apt/templates/default:
01proxy.erb (new 2),
acng.conf.erb (new 276)
-
misc/vagrant/chef-cookbooks/apt/templates/ubuntu-10.04:
acng.conf.erb (new 270)
-
misc/vagrant/chef-cookbooks/build-essential:
.gitignore (new 4),
.kitchen.yml (new 42),
Berksfile (new 3),
CHANGELOG.md (new 42),
CONTRIBUTING (new 29),
LICENSE (new 201),
README.md (new 139),
TESTING.md (new 25),
metadata.json (new 44),
metadata.rb (new 16)
-
misc/vagrant/chef-cookbooks/build-essential/attributes:
default.rb (new 33)
-
misc/vagrant/chef-cookbooks/build-essential/recipes:
debian.rb (new 45),
default.rb (new 24),
fedora.rb (new 36),
mac_os_x.rb (new 40),
rhel.rb (new 43),
smartos.rb (new 36),
solaris2.rb (new 42),
suse.rb (new 36)
-
misc/vagrant/chef-cookbooks/mysql:
.gitignore (new 7),
.kitchen.yml (new 48),
Berksfile (new 11),
CHANGELOG.md (new 167),
CONTRIBUTING (new 29),
LICENSE (new 201),
README.md (new 250),
TESTING.md (new 25),
metadata.json (new 1),
metadata.rb (new 140)
-
misc/vagrant/chef-cookbooks/mysql/attributes:
client.rb (new 52),
percona_repo.rb (new 3),
server.rb (new 254)
-
misc/vagrant/chef-cookbooks/mysql/libraries:
helpers.rb (new 33)
-
misc/vagrant/chef-cookbooks/mysql/recipes:
client.rb (new 59),
default.rb (new 20),
percona_repo.rb (new 48),
ruby.rb (new 31),
server.rb (new 221),
server_ec2.rb (new 51)
-
misc/vagrant/chef-cookbooks/mysql/templates/default:
debian.cnf.erb (new 12),
grants.sql.erb (new 40),
my.cnf.erb (new 317),
mysql-server.seed.erb (new 10),
port_mysql.erb (new 3)
-
misc/vagrant/chef-cookbooks/mysql/templates/windows:
my.cnf.erb (new 61)
-
misc/vagrant/chef-cookbooks/openssl:
CHANGELOG.md (new 3),
CONTRIBUTING (new 29),
LICENSE (new 201),
README.md (new 37),
metadata.json (new 30),
metadata.rb (new 9)
-
misc/vagrant/chef-cookbooks/openssl/libraries:
secure_password.rb (new 37)
-
misc/vagrant/chef-cookbooks/openssl/recipes:
default.rb (new 19)
-
misc/vagrant/chef-cookbooks/php:
.gitignore (new 14),
.kitchen.yml (new 66),
Berksfile (new 8),
CHANGELOG.md (new 55),
CONTRIBUTING (new 29),
Gemfile (new 3),
LICENSE (new 201),
README.md (new 253),
TESTING.md (new 25),
metadata.json (new 1),
metadata.rb (new 28)
-
misc/vagrant/chef-cookbooks/php/attributes:
default.rb (new 100)
-
misc/vagrant/chef-cookbooks/php/libraries:
helpers.rb (new 23)
-
misc/vagrant/chef-cookbooks/php/providers:
pear.rb (new 275),
pear_channel.rb (new 93)
-
misc/vagrant/chef-cookbooks/php/recipes:
default.rb (new 31),
module_apc.rb (new 37),
module_curl.rb (new 29),
module_fpdf.rb (new 35),
module_gd.rb (new 32),
module_ldap.rb (new 32),
module_memcache.rb (new 37),
module_mysql.rb (new 32),
module_pgsql.rb (new 32),
module_sqlite3.rb (new 30),
package.rb (new 32),
source.rb (new 77)
-
misc/vagrant/chef-cookbooks/php/resources:
pear.rb (new 30),
pear_channel.rb (new 29)
-
misc/vagrant/chef-cookbooks/php/templates/centos:
php.ini.erb (new 1225)
-
misc/vagrant/chef-cookbooks/php/templates/debian:
php.ini.erb (new 1857)
-
misc/vagrant/chef-cookbooks/php/templates/default:
extension.ini.erb (new 7),
php.ini.erb (new 1900)
-
misc/vagrant/chef-cookbooks/php/templates/redhat:
php.ini.erb (new 1225)
-
misc/vagrant/chef-cookbooks/php/templates/ubuntu:
php.ini.erb (new 1857)
-
misc/vagrant/chef-cookbooks/vim:
README.md (new 50),
metadata.json (new 36),
metadata.rb (new 11)
-
misc/vagrant/chef-cookbooks/vim/attributes:
default.rb (new 20)
-
misc/vagrant/chef-cookbooks/vim/recipes:
default.rb (new 35)
-
misc/vagrant/chef-cookbooks/web:
metadata.rb (new 7)
-
misc/vagrant/chef-cookbooks/web/recipes:
default.rb (new 73)
-
misc/vagrant/chef-cookbooks/xml:
CHANGELOG.md (new 18),
CONTRIBUTING (new 29),
LICENSE (new 201),
README.md (new 45),
metadata.json (new 41),
metadata.rb (new 14)
-
misc/vagrant/chef-cookbooks/xml/attributes:
default.rb (new 8)
-
misc/vagrant/chef-cookbooks/xml/recipes:
default.rb (new 24),
ruby.rb (new 35)
-
misc/vagrant/chef-cookbooks/yum:
.gitignore (new 14),
.kitchen.yml (new 22),
Berksfile (new 7),
CHANGELOG.md (new 110),
CONTRIBUTING.md (new 257),
LICENSE (new 201),
README.md (new 272),
metadata.json (new 1),
metadata.rb (new 37)
-
misc/vagrant/chef-cookbooks/yum/attributes:
default.rb (new 30),
elrepo.rb (new 24),
epel.rb (new 39),
remi.rb (new 30)
-
misc/vagrant/chef-cookbooks/yum/files/default/tests/minitest:
default_test.rb (new 28),
test_test.rb (new 66)
-
misc/vagrant/chef-cookbooks/yum/files/default/tests/minitest/support:
helpers.rb (new 37)
-
misc/vagrant/chef-cookbooks/yum/providers:
key.rb (new 79),
repository.rb (new 125)
-
misc/vagrant/chef-cookbooks/yum/recipes:
default.rb (new 18),
elrepo.rb (new 31),
epel.rb (new 35),
ius.rb (new 42),
remi.rb (new 35),
repoforge.rb (new 41),
test.rb (new 39),
yum.rb (new 23)
-
misc/vagrant/chef-cookbooks/yum/resources:
key.rb (new 29),
repository.rb (new 42)
-
misc/vagrant/chef-cookbooks/yum/templates/default:
repo.erb (new 41),
yum-rhel5.conf.erb (new 33),
yum-rhel6.conf.erb (new 36)
-
misc/vagrant/web:
Vagrantfile (new 49)
-
kazzmir
2013-07-28 21:47
#16
Rev.: 7976
-
408 lines of code changed in 1 file:
-
src/test/mugen:
command.cpp (+408 -58)
-
kazzmir
2013-07-28 09:07
#15
Rev.: 7975
-
13 lines of code changed in 1 file:
-
src/test/mugen:
command.cpp (+13)
-
kazzmir
2013-07-27 22:42
#14
Rev.: 7974
-
168 lines of code changed in 1 file:
-
src/test/mugen:
command.cpp (+168 -7)
-
kazzmir
2013-07-24 21:47
#13
Rev.: 7973
-
137 lines of code changed in 1 file:
-
src/test/mugen:
command.cpp (+137 -14)
-
kazzmir
2013-07-21 19:44
#12
Rev.: 7972
-
32 lines of code changed in 5 files:
-
SConstruct (+8 -11)
-
scons:
checks.py (+4 -1),
utils.py (+3 -1)
-
src/test/mugen:
command.cpp (+12)
-
src/util:
pointer.h (+5 -7)
-
kazzmir
2013-07-19 21:29
#11
Rev.: 7971
-
52 lines of code changed in 2 files:
-
SConstruct (+9 -24)
-
src/test/mugen:
command.cpp (+43 -32)
-
kazzmir
2013-07-19 13:56
#10
Rev.: 7970
-
23 lines of code changed in 2 files:
-
SConstruct (+7 -23)
-
scons:
utils.py (+16 -1)
-
kazzmir
2013-07-19 13:21
#9
Rev.: 7969
-
123 lines of code changed in 1 file:
-
src/test/mugen:
command.cpp (+123 -66)
-
kazzmir
2013-07-19 10:50
#8
Rev.: 7968
-
11 lines of code changed in 1 file:
-
src/util/gui:
tabbed-box.cpp (+11 -5)
-
kazzmir
2013-07-19 10:36
#7
Rev.: 7967
-
193 lines of code changed in 1 file:
-
src/test/mugen:
command.cpp (+193)
-
kazzmir
2013-07-07 21:48
#6
Rev.: 7966
-
44 lines of code changed in 8 files:
-
src/mugen:
character.cpp (+7 -7),
character.h (+2 -2),
world.cpp (+7 -7),
world.h (+2 -2)
-
src/util:
init.cpp (+3),
token.cpp (+14 -2),
token.h (+6 -2)
-
src/util/graphics:
gradient.h (+3 -2)
-
kazzmir
2013-07-07 11:27
#5
Rev.: 7965
-
16 lines of code changed in 2 files:
-
src/util:
token.cpp (+13 -2),
token.h (+3 -2)
-
kazzmir
2013-07-05 22:32
#4
Rev.: 7964
-
194 lines of code changed in 2 files:
-
src/mugen:
command.cpp (+2 -2)
-
src/test/mugen:
command.cpp (+192 -20)
-
kazzmir
2013-07-05 18:21
#3
Rev.: 7963
-
3 lines of code changed in 1 file:
-
juvinious
2013-07-04 18:40
#2
Rev.: 7962
-
1 lines of code changed in 1 file:
-
kazzmir
2013-07-04 16:09
#1
Rev.: 7961
-
293 lines of code changed in 5 files:
-
src/mugen:
behavior.cpp (+43 -14),
command.cpp (+156 -115),
command.h (+34 -23),
network.cpp (+26 -26)
-
src/test/mugen:
command.cpp (+34 -7)