Subversion Repositories qbpwcf-lib(archive)

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
950 354 d 5 h liveuser /trunk/usr/lib64/qbpwcf/ -- Power by QBPWCF

'cp usr/lib to usr/lib64 for rpmbuild compatiable'
 
915 358 d 2 h liveuser /trunk/usr/lib/qbpwcf/ -- Power by QBPWCF

'mv usr/lib to usr/lib/qbpwcf'
 
911 358 d 2 h liveuser /trunk/user_lib_qbpwcf_lib/ -- Power by QBPWCF

'prepare prepare mv usr/lib ro usr/lib/qbpwcf/lib'
 
910 358 d 3 h liveuser /trunk/usr_lib_qbpwcf/ -- Power by QBPWCF

'prepare mv usr/lib ro usr/lib/qbpwcf/lib'
 
891 362 d 1 h liveuser /trunk/usr/lib/ -- Power by QBPWCF

'cp qbpwcf to usr/lib'
 
841 413 d 3 h liveuser /trunk/ -- Power by QBPWCF

'commit part'
 
765 621 d 3 h liveuser /trunk/ -- Power by QBPWCF

'新增 usr/bin/webSocketClientDaemon.php'

'變更 REAME 的內容.'

'將 help 檔案變成 Release Note.'

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

'變更 index.php 檔案的 匯入套件函式為 require_once.'

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

'變更 install.php 檔案的 匯入套件函式為 require_once.'

'增加 frame.php 檔案的 frame 類別的 createIframe 函式的 sandbox 參數.'

'新增 usr/bin/webSocketClientDaemon.php 檔案.'

'增加 webSock.php 檔單的 wbeSock 類別的 nativeSocketTcpIpServer 函式的備註.'

'增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.clientFile 物件,提供存取用戶端檔案的功能.'

'增加 javaScript.php 檔案的 javaScript 類別的 toScript 函式的 onReady 參數為 "true" 時,匿名函式為 async.'

'新增 img/loading.svg 檔案,提供載入的svg動畫.'

'增加 javaScript.php 檔案的 javaScript 筆記.'

'修正 webSock.php 檔案的 webSock 類別 include path 的順序.'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockClient 函式的 raw 參數.'

'新增 usr/bin/unixDomainSockClient.php 檔案,用來跟 unix doamain socket 互動.'

'修正 webSock.php 檔案的 webSock 類別的 unmask 函式,payload在allowUnmask為"true"下,依然視為有mask的問題.'
 
758 627 d 1 h liveuser /trunk/ -- Power by QBPWCF

'增加 webSock.php 檔單的 wbeSock 類別的 nativeSocketTcpIpServer 函式的備註.'
 
747 645 d 6 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'fix webSock.php 檔案的 webSock 類別的 clientDaemon 函式占用cpu資源太多的問題'
 
744 647 d 9 h liveuser /trunk/ -- Power by QBPWCF

'變更 webSock.php 檔單的 wbeSock 類別的 nativeSocketTcpIpServer 函式的 httpMode 參數為 wsMode.'

'新增 usr/bin/webSocketClientDaemon.php [devel]'

'新增 usr/bin/libexec/webSocketClientDaemon.php'

'修正 searh.php 檔案的 search 類別的 findManyKeyWordsFromManyString 函式的回傳結果 keyWordsIncludeStr 可能不存在的問題.'

'修正 threads.php 檔案的 thread 類別的 proc 函式於 wait 參數為 "false" 時,會因為標準/錯誤輸出來源端沒有關閉而導致 fread 函式卡住的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 spiltString 函式的註解說明.'
 
724 698 d 22 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'add comment in next commit'
 
723 703 d 1 h liveuser /trunk/ -- Power by QBPWCF

'增加 webSock.php 檔案的 webSock 類別的 unmask 函式的 allowUnmask 參數.'

'變更 webSock.php 檔案的 webSock 類別的 connectNativeSocket 函式名稱為 connectToWebSocket.'

'quitquit'
 
722 703 d 7 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'bug fixed'

'add commemt'
 
721 703 d 7 h liveuser /trunk/ -- Power by QBPWCF

'新增 sample/webSock::nativeSocketTcpIpServer.php 檔案,提供 wobSock::nativeSocketTcpIpServer 的範例.'

'變更 webSock.php 檔案的 wobSock 類別的 nativeSocketTcpIpServer 函式的參數.'

'新增 sample/webSocket::client.php 檔案,提供 wobSock::client 的範例.'
 
667 750 d 9 h liveuser /trunk/ -- Power by QBPWCF

'新增 sample/autoService::daemon.php 檔案,用於展示 autoService::daemon.'

'新增 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的參數 paramsForFuncToRunWhenIdle,代表指定給予funcToRunWhenIdle參數中的指定元素的參數.'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的回傳結果 serverCache,代表函式結束前,儲存在serverCache的內容.'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的參數 funcToRunWhenIdle 被呼叫時給予的 serverCache 參數.'

'更新 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式註解.'

'新增 autoService.php 檔案的 autoService 類別的 daemon 函式.'

'新增 autoService.php 檔案的 autoService 類別的 updateList 函式.'

'新增 sample/threads::proc.php 檔案,用於展示 threads::proc.'
 
616 794 d 1 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'not end'
 
523 975 d 2 h liveuser /trunk/ -- Power by QBPWCF

'修正 webSock.php 檔案的 webSock 類別的 encode 函式誤將文字訊息變成pong.'

'增加 webSock.php 檔案的 webSock 類別的 unmask 函式的回傳結果.'

'增加 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式會定時向 client ping 的功能.[part2]'
 
520 976 d 7 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'增加 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式會定時向 client ping 的功能.[part1]'
 
517 981 d 14 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'修正與增加 stringProcess.php 檔案的 stringProcess 類別的 bytes2bitString 函式的回傳結果與註解.'

'增加 stringProcess.php 檔案的 stringProcess 類別的 str2bytesArray 函式的回傳結果與註解.'

'新增 stringProcess.php 檔案的 stringProcess 類別的 bit2byteStr 函式,將 8bit、1bytes 的內容轉換為一個字.'

'修正 webSock.php 檔案的 webSock 類別的 encode 函式的長度計算錯誤.'

'增加 webSock.php 檔案的 webSock 類別的 encode 函式的註解.'

'增加 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的註解.'

'增加 usr/bin/webSocketServer.php 檔案的 listen addr 參數.'
 
515 990 d 15 h liveuser /trunk/ -- Power by QBPWCF

'增加 webSock.php 檔案的 webSock 類別的 encode 函式的註解.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 bytes2bitString 函式的註解.'
 
513 993 d 7 h liveuser /trunk/ -- Power by QBPWCF

'修正 cmd.php 檔案 cmd 類別的 namp 函式使用 cmd::checkCmdExist 參數多餘的問題.'

'修正 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式使用 cmd::nmap 參數多餘的問題.'

'新增 webSocketServer.php 檔案,提供運行 web socket server 的程式.'

'修正 usr/bin/commander.php 沒有指定 --param 參數的錯誤.'
 
453 1049 d 7 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'修正 db.php 檔案的 db 類別中對於 external::callShell 的使用.'

'修正 external.php 檔案的 external 類別中對於 external::callShell 的使用.'

'修正 qemu.php 檔案的 qemu 類別中對於 external::callShell 的使用.'

'修正 form.php 檔案的 form 類別的 processUploadedFile 函式的實作.'

'修正 bigbluebutton.php 檔案的 bigbluebutton 類別的 createRoom 函式的實作.'

'修正 line.php 檔案的 line 類別的 login 函式的實作.'

'修正 fileAccess.php 檔案的 fileAccess 類別中對於 external::callShell 的使用.'

'增加 external.php 檔案的 external 類別的 callShell 函式對於 ~、&、$! 的支援.'

'修正 catchWebContent.php 檔案的 catchWebContent 類別中對於 external::callShell 的使用.'

'修正 lib.php 檔案的 lib 類別的 getLib 函式的實作.'

'修正 webSock.php 檔案的 webSock 類別中對於 external::callShell 的使用.'

'修正 fuse.php 檔案的 fuse 類別中對於 external::callShell 的使用.'

'修正 R.php 檔案的 R 類別的 executeR 函式的實作.'

'修正 cmd.php 檔案的 cmd 類別中對於 external::callShell 的使用.'

'修正 mail.php 檔案的 mail 類別的 curlSmtp 函式實作.'

'修正 authenticate.php 檔案的 authenticate 類別的 validUser 函式的實作.'

'修正 time.php 檔案的 time 類別的 computeFebDays 函式的實作.'

'修正 usr/bin/httpd404blockerManually.php 的實作.'

'修正 usr/bin/testNetOut.php 的實作.'

'修正 usr/bin/backupDb.php 的實作.'

'修正 usr/bin/rerunProgram.php 的實作.'

'修正 usr/bin/sshFailedBlockerManually.php 的實作.'

'修正 usr/bin/monitorProcess.php 的實作.'

'修正 usr/bin/ipBlockerd.php 的實作.'

'修正 usr/bin/getContentByLineRange.php 的實作.'

'修正 external.php 檔案的 external 類別的 multiThreadsShell 函式的實作.'

'修正 cmd.php 檔案的 cmd 類別的 searchOutPut 函式的實作.'

'修正 cmd.php 檔案的 cmd 類別的 nmap 函式的實作.'
 
242 1162 d 1 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
update
 
228 1166 d 10 h liveuser /trunk/ -- Power by QBPWCF
update copy right info
 
225 1172 d 2 h liveuser /trunk/ -- Power by QBPWCF
標準化 webSocket.php 檔案的 webSocket 類別中各函式的註解格式.
 
60 1327 d 10 h liveuser /trunk/ -- Power by QBPWCF
code clean
新增接收 post data 來 unserialize 的 web 界面.
增加 amazon.php 檔案的 amazon 類別中各函式的參考資料.
修正 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式解析輸入參數形態的問題.
新增 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式解析參考資料的功能.
修正 R.php 檔案的 R 類別的 apriori 函式的輸入參數表示.
修正 R.php 檔案的 R 類別的 computeCorrelationCoefficientForNumbericData 函式必填參數的註解說明.
修正 R.php 檔案的 R 類別的 decisionTreeWithPackageParty 函式的輸入參數表示.
修正 R.php 檔案的 R 類別的 describedStatistic 函式的輸入參數表示.
修正 R.php 檔案的 R 類別的 executeR 函式的註解.
修正 R.php 檔案的 R 類別的 lm 函式的輸入參數表示.
調整 R.php 檔案的 R 類別的 各函式註解,補上參考資料.
 
57 1335 d 14 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
修正 jwt.php 檔案的 jwt 類別的註解格式.
修正 line.php 檔案的 line 類別的註解格式.
修正 link.php 檔案的 link 類別的註解格式.
修正 logs.php 檔案的 logs 類別的註解格式.
修正 mail.php 檔案的 mail 類別的註解格式.
修正 math.php 檔案的 math 類別的註解格式.
修正 phpLib.php 檔案的 phpLib 類別的註解格式.
修正 record.php 檔案的 record 類別的註解格式.
修正 search.php 檔案的 search 類別的註解格式.
修正 security.php 檔案的 security 類別的註解格式.
修正 session.php 檔案的 session 類別的註解格式.
修正 sock.php 檔案的 sock 類別的註解格式.
修正 stringProcess.php 檔案的 stringProcess 類別的註解格式.
修正 table.php 檔案的 table 類別的註解格式.
修正 text.php 檔案的 text 類別的註解格式.
修正 time.php 檔案的 time 類別的註解格式.
修正 variableCheck.php 檔案的 variableCheck 類別的註解格式.
修正 video.php 檔案的 video 類別的註解格式.
修正 webSock.php 檔案的 webSock 類別的註解格式.
修正 xml.php 檔案的 xml 類別的註解格式.
 
7 1474 d 4 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
更新版本宣告年份
 
1 1495 d 8 h liveuser / Add initial directories