• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

UltraMonkey-L7 branches for my development


RSS
修訂. 時間 作者
4b42962 maint master 2010-10-05 16:11:07 TATEISHI Katsuyuki

Merge commit 'origin/hb-ra-processcheck-fix'

* CHANGES: merged
configure.ac: discard changes for old version number

Conflicts:
CHANGES
configure.ac

57a86af 2010-10-05 15:57:16 TATEISHI Katsuyuki

Merge remote branch 'origin/bugfix-debuglog' into maint

a1889ed 2010-08-04 11:51:56 Kohei TANUMA

Bugfix: segv when log-level of l7vs_network is set to debug.

a3d6a27 2010-07-20 14:18:43 TATEISHI Katsuyuki

Merge remote branch 'origin/license' into maint

430058f 2010-07-20 14:18:13 TATEISHI Katsuyuki

Merge remote branch 'origin/port-limit-check' into maint

397d1f0 2010-07-20 14:18:00 TATEISHI Katsuyuki

Merge remote branch 'origin/enterpriseOID-fix' into maint

670a74e 2010-07-20 14:17:53 TATEISHI Katsuyuki

Merge remote branch 'origin/english' into maint

c7d0eda 2010-06-15 18:46:59 Jun Sugiura

UltraMonkey-L7 2.1.3-1 release.

588c9b8 2010-06-15 17:41:48 Jun Sugiura

Fix Resource Agents for HBv2

485e2ef 2010-06-14 13:44:02 Kohei TANUMA

Fixed l7directord copyright.
Added COPYING files to distribution files.

62b4e92 2010-06-11 17:36:07 Kohei TANUMA

Added COPYING file. (LGPLv2.1 for l7vsd, GPL for l7directord)

l7directord is licensed under GPL, because original ldirectord
is also licensed under GPL.

a0ff8d0 2010-06-11 16:44:45 TATEISHI Katsuyuki

Merge remote branch 'origin/l7directord-negotiate-check-fix' into maint

a79d289 2010-06-08 02:03:28 Kohei TANUMA

HTTP::Response->as_string returns all http messages which include all HTTP header and HTTP content.
If HTTP method is 'HEAD', server will send only HTTP header and never send HTTP content.
If HTTP method is 'GET', server will send both HTTP header and HTTP content.
So, use HTTP::Response->as_string when HTTP method is 'HEAD', and use HTTP::Response->content when HTTP method is 'GET'.

e79ad0c 2010-06-08 01:47:06 Kohei TANUMA

Fix typo. (s/fuction/function/g)

4c82c60 2010-03-29 19:13:53 TATEISHI Katsuyuki

Merge branch 'duplicated-logcheck' into buildenv

a3e70d7 2010-03-29 13:33:35 TATEISHI Katsuyuki

Delete some embedded directories from init.d/l7vsd and conf/l7vs.cf.

LOCFILE's paths are still embedded '/var/...' because they are in
the manner of RedHat initscripts.

0194b80 2010-03-29 13:33:35 TATEISHI Katsuyuki

Delete some embedded directories from the l7directord scripts.

de2a716 2010-03-29 13:33:35 TATEISHI Katsuyuki

l7directord: Add version number replacement for build time.

c65eb89 2010-03-29 13:32:45 TATEISHI Katsuyuki

Add automatic version numbering.

03b1346 2010-03-29 13:32:11 TATEISHI Katsuyuki

Convert version numbering hacks from configure.ac into Makefile.am

06581d3 2010-03-24 21:43:32 TATEISHI Katsuyuki

Change directory to find in extract_log.check target.

When make distcheck, $(top_srcdir) contains the original source tree and
the $(distdir) tree extracted from distribution archive. Each two trees
have the same source files, so the extracted_log.check always fails.

108d858 2010-03-24 11:29:43 TATEISHI Katsuyuki

Add ultramonkey-l7.spec to EXTRA_DIST for 'rpmbuild -ta'

90a8272 2010-03-24 11:06:36 TATEISHI Katsuyuki

Remove comments written in japanese

c3bc3ad 2010-01-04 14:55:50 Shinya TAKEBAYASHI

Fixed EnterpriseOID.

Fixed EnterpriseOID in MIB database(UML7MIB.txt).
It had been allocated by IANA.

2fc0198 2009-12-25 09:43:23 Shinya TAKEBAYASHI

Port range check was implemented.

l7vsadm command can specify the port number greater than 65536.
This problem was fixed.

ed2ca6b 2009-10-07 11:48:19 Shinya TAKEBAYASHI

Fixed bug: Evaluated the header section with the body section in HTTP negotiate check.

Normally, evaluates only the body section in GET check.
But l7directord was evaluates with body section and header section.

This problem was fixed, l7directord become the following operation.

* In the case of "httpmethod = HEAD":

Evaluates only the header(Includes HTTP response code) section.

* In the case of "httpmethod = GET":

Evaluates only the body section.

0090e94 2009-08-27 18:08:58 Kohei TANUMA

Add copyright notice.

00b494d 2009-08-26 15:58:11 TATEISHI Katsuyuki

Add duplicate log ID check in 'make distcheck'

logger/Makefile.am: Add SCRIPTS macro to distribute extract_log.
Makefile.am: Add new target to check duplicated log IDs with
logger/extract_log script and register it on distcheck-hook.

8db5262 2009-08-26 09:53:11 TATEISHI Katsuyuki

Update CHANGES.

f332444 2009-08-25 15:37:10 TATEISHI Katsuyuki

Fix checkinig content