Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9dc43a4
feat: add CrossSocket provider patches
freitasjca Mar 9, 2026
a919d9d
merge: crosssocket-patches into master
freitasjca Mar 9, 2026
68c75a3
chore: remove HorseCS package — Web.WebBroker is DENYPACKAGEUNIT
freitasjca Mar 9, 2026
6e9f945
chore: Update boss.json
freitasjca Mar 9, 2026
b308760
Merge branch 'crosssocket-patches'
freitasjca Mar 9, 2026
ed3639f
Add Clear, CustomHeaders, ContentStream, ListenWithConfig, etc.
freitasjca Mar 13, 2026
d00dec4
Add CrossSocket provider patches
freitasjca Mar 13, 2026
f2e8731
Merge branch 'crosssocket-patches'
freitasjca Mar 13, 2026
90330ac
Add CrossSocket provider patches
freitasjca Mar 13, 2026
c1e2d2b
Merge branch 'crosssocket-patches'
freitasjca Mar 13, 2026
fe67f97
After reviewing
freitasjca Apr 6, 2026
9075cd2
Source with running tests
freitasjca Apr 9, 2026
f994c46
clean some files
freitasjca Apr 14, 2026
da0acf5
chore: restore Web.WebConst.pas from upstream
freitasjca Apr 14, 2026
a5d82dc
chore: prepare release v3.1.9-crosssocket.2
freitasjca Apr 23, 2026
d1f56fd
chore: merge dev into master for v3.1.9-crosssocket.2
freitasjca Apr 23, 2026
3456268
chore(release): bump version to 3.1.9-crosssocket.2
freitasjca Apr 23, 2026
15cfb84
chore(release): correct version to 3.1.9-crosssocket.4
freitasjca Apr 23, 2026
9a0fbab
chore: prepare release v1.0.0-beta.3
freitasjca Apr 23, 2026
e43bc9c
chore: merge dev into master for v1.0.0-beta.3
freitasjca Apr 23, 2026
627093c
chore(release): rename version to 3.1.95 (Boss-compatible semver)
freitasjca Apr 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# github: [HashLoad]
open_collective: hashload
# github: [HashLoad]
open_collective: hashload
36 changes: 18 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:

runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Launch Console Tests
run: ./tests/Console.exe
- name: Launch VCL Tests
name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Launch Console Tests
run: ./tests/Console.exe
- name: Launch VCL Tests
run: ./tests/VCL.exe
135 changes: 81 additions & 54 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,54 +1,81 @@
modules/
dist/
static/
**/Win32/
**/Win64/
**/Linux64/
**/__history/
**/__recovery/
src/*.~*
*.res
*.exe
*.dll
*.bpl
*.bpi
*.dcp
*.so
*.apk
*.drc
*.map
*.dres
*.rsm
*.tds
*.dcu
*.lib
*.a
*.o
*.ocx
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk
*.dcu
*.exe
*.ico
*.so
*.~*
*.a
*.stat
*.skincfg

# Mac
*.DS_Store

#FPC/Laz
lib/
backup/
*.lps

# Code coverage reports
**/console/
**/vcl/
dunitx-results.xml
*.bak
modules/
dist/
static/
**/Win32/
**/Win64/
**/Linux64/
**/__history/
**/__recovery/
src/*.~*
__history/
__recovery/
packages/Win32/
packages/Win64/
packages/Linux64/
packages/dcu/
packages/dcp/
packages/bpl/
*.res
*.exe
*.dll
*.bpl
*.bpi
*.dcp
*.bpl
*.so
*.apk
*.drc
*.map
*.dres
*.rsm
*.tds
*.dcu
*.lib
*.a
*.o
*.ocx
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk
*.dcu
*.exe
*.ico
*.so
*.~*
*.a
*.stat
*.skincfg

# Mac
*.DS_Store

#FPC/Laz
lib/
backup/
*.lps

# Code coverage reports
**/console/
**/vcl/
dunitx-results.xml
*.bak

# Claude Code
.claude/settings.local.json
.claude.json
CLAUDE.md

# Delphi build output
__history/
__recovery/
*.dcu
*.exe
*.dll
*.bpl
*.dcp
*.local
*.identcache
*.tvsconfig
*.dsk
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License

Copyright (c) 2025 HashLoad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) 2025 HashLoad
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading