Subversion Repositories qbpwcf-lib(archive)

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
876 364 d 6 h liveuser /trunk/ -- Power by QBPWCF

'增加 install.php 安裝 usr、 etc 的功能. [test]'
 
875 364 d 15 h liveuser /trunk/ -- Power by QBPWCF

'修正install.php的cp mode安裝異常問題'
 
874 364 d 18 h liveuser /trunk/ -- Power by QBPWCF

'修正install.php於cp mode時欲複製到rootPath的路徑結尾缺少/的問題'
 
868 370 d 21 h liveuser /trunk/ -- Power by QBPWCF

'修正 cmd.php 檔案的 cmd 類別的 checkFileExist 函式判斷目標是否存在的方式. [test]'
 
864 372 d 13 h liveuser /trunk/ -- Power by QBPWCF

'fix install.php parse argument of libonly issue'
 
858 373 d 1 h liveuser /trunk/ -- Power by QBPWCF

'增加 install.php 檔案的 libonly 參數,用以識別是否只要安裝函式庫,不要設定檔案跟執行檔. [test]'
 
846 413 d 20 h liveuser /trunk/ -- Power by QBPWCF

'commit part'
 
784 582 d 16 h liveuser /trunk/ -- Power by QBPWCF

'修正 install.php 檔案的安裝說明.'

'修正 /usr/bin/backupDb.php 檔案,遇到沒有參數僅會報錯的問題.'

'增加 video.php 檔案的 video 類別的 html5 函式的 styleAttr 跟 styleVal 參數,提供設定 style 的功能'
 
767 621 d 22 h liveuser /trunk/ -- Power by QBPWCF

'增加 install.php 檔案安裝 usr/bin/libexec 目錄下程式的功能.'
 
755 630 d 23 h liveuser /trunk/ -- Power by QBPWCF

'修正 install.php 檔案的 include_path.'

'變更 install.php 檔案的 匯入套件函式為 require_once.'
 
678 744 d 0 h liveuser /trunk/ -- Power by QBPWCF

'fix missing params'
 
674 744 d 0 h liveuser /trunk/ -- Power by QBPWCF

'修正 fileAcces.php 檔案的 fileAccess 類別的 updateFile 函式尋找關鍵字並整行取代的實作.'
 
673 744 d 4 h liveuser /trunk/ -- Power by QBPWCF

'fix install params error'

'quiy'
 
671 744 d 5 h liveuser /trunk/ -- Power by QBPWCF

'增加 install.php 檔案的 whiteIp 參數,指定永遠不會被 usr/lib/etc/systemd/ststem/ip-blockerd.service 封鎖的 ip.'

'增加 arrays.php 檔案的 arrays 類別的 arrayToString 函式的 spiltSymbolAtStart 參數.'
 
668 749 d 22 h liveuser /trunk/ -- Power by QBPWCF

'增加 install.php 檔案的 whiteIp 參數,指定永遠不會被 usr/lib/etc/systemd/ststem/ip-blockerd.service 封鎖的 ip. [devel]'

'新增 usr/bin/unixDoaminSockServer.php 檔案,用於簡單建立 unix domain server. [devel]'

'新增 sample/sock::runWithAutoAddMemoryDaemon.php 檔案,用於展示 sock::runWithAutoAddMemoryDaemon. [devel]'

'新增 sock.php 檔案的 sock 類別的 addOnProcessFuncForUnixDomainSockServerInRunWithAutoAddMemoryDaemon 函式提供給 sock::runWithAutoAddMemoryDaemon 中 unixDomainSockServer 函式的 addOnProcessFunc 參數 [devel]'

'新增 sock.php 檔案的 sock 類別的 runWithAutoAddMemoryDaemon 函式提供執行時依照需要增加記憶體上限的功能. [devel]'

'新增 config.php 檔案的 config 類別的 autoAddMemory 函式提供依照需要增加記憶體上限的功能. [devel]'

'修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的遇到執行 addOnProcessFunc 參數指定的函式時,出錯會導致 unixDomainSockClient 函式卡死的問題 [devel]'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的回傳結果 serverCache 中的 clientSide["addOnProcessFunc"][$addOnProcessFunc] 用來儲存 $addOnProcessFunc 函式回傳的結果. [devel]'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的回傳結果 serverCache 中的 "exit" 元素,用來代表是正常結束. [devel]'
 
615 794 d 20 h liveuser /trunk/ -- Power by QBPWCF

'變更 usr/bin/maxcpu 為透過 sudo 來以管理者權限運行.'

'新增 tmp 資料夾.'

'將未於開頭標註版權宣告的文件更新'

'更新版權宣告的年份到 2024 年'

'not end'
 
564 875 d 5 h liveuser /trunk/ -- Power by QBPWCF

'讓install.php可以指定config server的位置'
 
554 901 d 6 h liveuser /trunk/ -- Power by QBPWCF

'增加 install.php 的檔案的 getIpUrl 參數,允許設定提供取得自身對外ip的服務網址.'

'更新 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函式取得自己 ip 的預設服務網址.'

'修正 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函式取得自己 ip 會因為 /usr/lib/qbpwcf/etc/config.php 內容為 $myIp="" 導致不會去問 IP 的問題.'

'新增 sample/csInformation:getServerRealIP.php 檔案,用來驗證取得自己對外 ip 的服務功能.'
 
553 901 d 7 h liveuser /trunk/ -- Power by QBPWCF

'更新 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函式取得自己 ip 的服務網址.'

'修正 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函式取得自己 ip 會因為 /usr/lib/qbpwcf/etc/config.php 內容為 $myIp="" 導致不會去問 IP 的問題.'

'新增 sample/csInformation:getServerRealIP.php 檔案,用來驗證取得自己對外 ip 的服務功能.'

'quiy'
 
550 902 d 5 h liveuser /trunk/ -- Power by QBPWCF

'增加 usr/bin/keepSshd.php 的 config 參數支援.'

'新增 usr/systemd/system/sshd-keep.service 檔案,用來確保 sshd 服務有正常運行.'

'修正 fileAccess.php 檔案的 fileAccess 類別的 updateFile 函式的註解.'

'增加 install.php 的檔案的 sshAddrAndPort 參數,以支援 sshd-keep.service.'
 

Show All